After pushing I\'ve been seeing this message at remote repository:
1 commit behind master. This merge has conflicts that must be resolved before i
1 commit behind master.
This merge has conflicts that must be resolved before i
If the branch is behind master, then delete the remote branch. Then go to local branch and run :
git pull origin master --rebase
Then, again push the branch to origin:
git push -u origin