Search
 
SCRIPT & CODE EXAMPLE
 
CODE EXAMPLE FOR SHELL

Push local to remote git

echo "# earlycareersweb" >> README.md
git init
git add README.md
git add .
git commit -m "first commit"
git branch -M main
git remote add origin RepoUrl
git push -u origin main
Source by github.com #
 
PREVIOUS NEXT
Tagged: #Push #local #remote #git
ADD COMMENT
Topic
Name
2+3 =