Answers for "create new repo on git hub site"

0

how to create a github repo

echo "# ANDERSON" >> README.md
git init
git add README.md
git commit -m "first commit"
git branch -M main
git remote add origin https://github.com/Anderson68-chale/ANDERSON.git
git push -u origin main
Posted by: Guest on June-18-2021
0

how to create a github repo

git remote add origin https://github.com/Anderson68-chale/ANDERSON.git
git branch -M main
git push -u origin main
Posted by: Guest on June-18-2021

Code answers related to "Shell/Bash"

Browse Popular Code Answers by Language