Answers for "git push to git hub"

-1

pushing to github

git remote add origin https://github.com/LoganX22/SafeLoan-front-end.git
git branch -M main
git push -u origin main
Posted by: Guest on April-27-2021
0

push code to github

echo "# e-commerce-crud" >> README.md
git init
git add README.md
git commit -m "first commit"
git branch -M main
git remote add origin https://github.com/mohnishdevelops/e-commerce-crud.git
git push -u origin main
Posted by: Guest on July-23-2021

Browse Popular Code Answers by Language