I\'m trying to rebase \'dev\' to catch up to \'master\' branch.
$ git checkout dev $ git rebase master First, rewinding head to replay your work on top of it.
$ vi src/com.... { verified, no >>> or <<< left, no merge markers } $ git rebase --continue
Looks like you forgot to git add your changes...
git add