Answers for "git pushing 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 add .
# Adds the files in the local repository and stages them for commit. To unstage a file, use 'git reset HEAD YOUR-FILE'.
Posted by: Guest on February-14-2021

Browse Popular Code Answers by Language