Answers for "push branch to remote force"

5

git force push to remote

git push -f <remote> <branch>
# example: git push -f origin master
Posted by: Guest on May-07-2020
0

force push to remote branch

forcefully push to origin
Posted by: Guest on June-11-2021

Code answers related to "Shell/Bash"

Browse Popular Code Answers by Language