Search
 
SCRIPT & CODE EXAMPLE
 

SHELL

how to use git in terminal

create new repo-git
echo "# SqlMentor" >> README.md
git init
git add README.md
git commit -m "first commit"
git remote add origin
https://github.com/asd/SqlMentor.git git push -u origin
master
push an existing repo-git
git remote add originhttps://github.com/asd/SqlMentor.git
git push -u origin master
Default editor
Comment

PREVIOUS NEXT
Code Example
Shell :: jenkins installation on ubuntu 
Shell :: what is the option to sort by file size in unix 
Shell :: ignore something on github 
Shell :: linux how to remove all files with grep 
Shell :: install csfml on linux 
Shell :: correct git commit message 
Shell :: rename branch remote 
Shell :: redis cache start 
Shell :: install minikube chocolatey 
Shell :: linux service start 
Shell :: rename file powershell 
Shell :: error when installing package in react 18 
Shell :: git clone specific version 
Shell :: powershell get-verb sorted by verb 
Shell :: copy file to remote server 
Shell :: how to rebase initial commit 
Shell :: sed remove all line breaks 
Shell :: change commit message git 
Shell :: The file AppDataRoaming pmyarn.ps1 is not digitally signed. 
Shell :: grep after match 
Shell :: how to get process id in linux 
Shell :: stash changes before checkout from the branch 
Shell :: linux how to make makefile 
Shell :: how to install axios in react 
Shell :: store environment variables firebase 
Shell :: ubuntu restart systemctl 
Shell :: bash script change directory run a command 
Shell :: bash append to a file 
Shell :: ubuntu navigate to directory in windows 
Shell :: sublime text 
ADD CONTENT
Topic
Content
Source link
Name
7+2 =