Search
 
SCRIPT & CODE EXAMPLE
 
CODE EXAMPLE FOR SHELL

git force push to remote

git push -f <remote> <branch>
# example: git push -f origin master
Source by stackoverflow.com #
 
PREVIOUS NEXT
Tagged: #git #force #push #remote
ADD COMMENT
Topic
Name
6+7 =