Answers for "create and push to github"

-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

how to push repository to github

$ git push origin main
# Pushes the changes in your local repository up to the remote repository you specified as the origin
Posted by: Guest on February-14-2021

Code answers related to "create and push to github"

Browse Popular Code Answers by Language