We have a Github repo with a single branch 'master' representing stable versions of our code-base.
I want to be able to commit with 'tags' on specific commits that represent 'version' numbers as I've seen people doing.
We use 'SmartGit' to interact with the system, so when I create a new 'Tag' in the local version, I use 'Push Advanced' to create a new tag on the server.
However, none of the commit notes representing my specific changes to a tag are being displayed, and I'm worried that I'm not correctly committing to a specific 'tag' and don't want to overwrite the 'master' branch with a commit of a bugfix in an older version of the code (earlier version).
Anyone done this sort of staggered version control with tags in Github/SmartGit
