Answers for "how to define git init project"

0

git init

echo "# Nelson_Mandela_Tribute_page" >> README.md
git init
git add README.md
git commit -m "first commit"
git branch -M main
git remote add origin https://github.com/{github username}/{git title}.git
git push -u origin main
Posted by: Guest on February-28-2022
1

init step way to create repository git

git configuration
Posted by: Guest on July-12-2020

Code answers related to "Shell/Bash"

Browse Popular Code Answers by Language