Answers for "how to initialize a github repo on local machine?"

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 "how to initialize a github repo on local machine?"

Code answers related to "Shell/Bash"

Browse Popular Code Answers by Language