Answers for "add to a github repo"

1

add to a github repo

git init
git commit -m "first commit"
git branch -M main
git remote add origin https://github.com/DivyanshuLohani/{repoName}.git
git push -u origin main
Posted by: Guest on July-12-2021

Browse Popular Code Answers by Language