Search
 
SCRIPT & CODE EXAMPLE
 
CODE EXAMPLE FOR SHELL

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

# if you updated your files on github.com so may be thats its asking first pull
# request then your push the request.
# so Very simple first:
# not use -f 
git pull origin master
# then
git push origin master
 
PREVIOUS NEXT
Tagged: #rejected #master #master
ADD COMMENT
Topic
Name
1+8 =