latest 1 messages by dropvolley

+ [2015-04-12T23:56:40Z] dropvolley question: There's a remote branch Dev on github. My local branch is DropVolley. Dev contains everything in my branch, DropVolley, along with 18 other commits by another developer. I want to merge the remote Dev into DropVolley. While in branch DropVolley I did a "git fetch origin/Dev" followed by a "git merge origin/Dev". Now my "git status" on the DropVolley branch shows 18 commits ready to push. Was there any point of first doin