I notice that almost every tagging example uses a version number with a prefixed 'v', e.g.
$ tag -a -m "first major point release" v1.0.0 I, on the other hand, have never bothered with 'v' prefix, and have always done, e.g.: $ tag -a -m "first major point release" 1.0.0 Is there some reason to use the 'v' that I am unaware? Am I going to have issues on other platforms or something? Thanks. -- You received this message because you are subscribed to the Google Groups "Git for human beings" group. To post to this group, send email to [email protected]. To unsubscribe from this group, send email to [email protected]. For more options, visit this group at http://groups.google.com/group/git-users?hl=en.
