version-numbering

What is the Git equivalent for revision number?

旧巷老猫 提交于 2019-11-26 15:36:49
We use SVN at work, but for my personal projects I decided to use Git. So I installed Git yesterday, and I wonder what is the revision number equivalent in Git . Let's say we work on version 3.0.8 and every bug fix has its own revision number we can use when we talk about this bug fix. So if I tag the code in Git to 3.0.8 what then I can use as a revision number or some other more detailed kind of identification? I find the hash not so user friendly for humans. Good or bad news for you, that hash IS the revision number. I also had trouble with this when I made the switch from SVN to git. You

What is the Git equivalent for revision number?

ε祈祈猫儿з 提交于 2019-11-26 04:29:44
问题 We use SVN at work, but for my personal projects I decided to use Git. So I installed Git yesterday, and I wonder what is the revision number equivalent in Git . Let\'s say we work on version 3.0.8 and every bug fix has its own revision number we can use when we talk about this bug fix. So if I tag the code in Git to 3.0.8 what then I can use as a revision number or some other more detailed kind of identification? I find the hash not so user friendly for humans. 回答1: Good or bad news for you,