message no. 130393
Posted by catuca in #github at 2016-04-06T17:54:00Z
I am getting non-fast-forward issues when trying to git push a local branch to remote. These are the steps I am following. 1) git checkout master 2) git pull 3) git checkout branch 4) git rebase master 5) I make my changes on the branch 6) git add -A . 7) git commit -m "some message her" 8) git push origin branch