Hi to all,
Issue
I merged a branch in a master not updated at last commit.
What I do
I merged a branch in master
git merged BRANCHNAME
Conflicts
Automatic merge failed; fix conflicts and then commit the result.
git commit -a -m "Resolved conflicts while merging email-fix branch"
Then I tried to push all to origin master, but it says:
! [rejected] master -> master (non-fast-forward)
How can I solve this problem?