$ git version
git version 1.8.3.1
$ git remote -v
origin git@github.com:martinwaite/vault.git (fetch)
origin git@github.com:martinwaite/vault.git (push)
$ git status
# On branch batch_hmac
# Your branch is ahead of 'origin/batch_hmac' by 2 commits.
# (use "git push" to publish your local commits)
$ git push
$ git push origin batch_hmac
$ git push origin HEAD
$ git status
# On branch batch_hmac
# Your branch is ahead of 'origin/batch_hmac' by 2 commits.
# (use "git push" to publish your local commits)