Search
 
SCRIPT & CODE EXAMPLE
 
CODE EXAMPLE FOR SHELL

git basic commands

git init
git add README.md
git commit -m "first commit"
git branch -M main
git remote add origin git@github.com:xyz/reponame.git
git push -u origin main
Source by confluence.atlassian.com #
 
PREVIOUS NEXT
Tagged: #git #basic #commands
ADD COMMENT
Topic
Name
6+3 =