Answers for "Create Local Github Repo"

0

Create Local Github Repo

git init
git add README.md
git commit -m "first commit"
git branch -M main
git remote add origin https://github.com/azad-ali786/Code-pen-Clone.git
git push -u origin main
Posted by: Guest on April-19-2021

Code answers related to "Create Local Github Repo"

Browse Popular Code Answers by Language