When I merged a topic branch into master I received this message. I also have a remote at bitbucket named origin and heroku is named dev (originally origin, but renamed).
Should I also have something saying how many commits behind origin/bitbucket is? Is this because the bitbucket (now origin) was not cloned? I suspect it has something to do with tracking branches but i'm not entirely sure what that means.
mistakes|tags-2col ⇒ co master
Switched to branch 'master'
mistakes|master ⇒ gmerge tags-2col
Merge made by the 'recursive' strategy.
app.rb | 2 ++
views/new/all_tags.erb | 57 +++++++++++++++++++++++++++++++++---------------
2 files changed, 41 insertions(+), 18 deletions(-)
mistakes|master ⇒ gs
# On branch master
# Your branch is ahead of 'dev/master' by 2 commits.
#
nothing to commit (working directory clean)
mistakes|master ⇒ git remote
dev
origin