Answers for "git push remote main"

1

git push remote

git push -u origin master // where 'master' is branch name
Posted by: Guest on March-18-2021
0

git push main

git push <remote> --force
Posted by: Guest on December-07-2020

Code answers related to "Shell/Bash"

Browse Popular Code Answers by Language