sourcetree - error: failed to push some refs to 'git@github.com:519ebayproject/519ebayproject.git' hint: Updates were rejected because the tip of your current branch is behind
Bump into this crazy message that somehow sourcetree wasn't intelligent enough to solve.
error: failed to push some refs to 'git@github.com:519ebayproject/519ebayproject.git'
hint: Updates were rejected because the tip of your current branch is behind
Even though there is no changes to your branch, this messages appear. To solve it, fire up your git terminal and run "git pull --force"
Comments