Search
 
SCRIPT & CODE EXAMPLE
 
CODE EXAMPLE FOR SHELL

rejected master -> master (non-fast-forward)

git push -f origin master !!This is never a recommended use of git. This will overwrite changes on the remote. Only do this if you know 100% that your local changes should be pushed to the remote master.
Source by stackoverflow.com #
 
PREVIOUS NEXT
Tagged: #rejected #master #master
ADD COMMENT
Topic
Name
4+8 =