Search
 
SCRIPT & CODE EXAMPLE
 
CODE EXAMPLE FOR SHELL

git push rejected

Just pull repository first and then try to push again
git pull --rebase remote_repo
git push origin remote_repo
 
PREVIOUS NEXT
Tagged: #git #push #rejected
ADD COMMENT
Topic
Name
4+3 =