ddopson / underscore-cli

Command-line utility-belt for hacking JSON and Javascript.
Other
1.72k stars 83 forks source link

Please tag versions in git #10

Closed ConsoleCatzirl closed 12 years ago

ConsoleCatzirl commented 12 years ago

Please start git-tagging your versions

ddopson commented 12 years ago

I've been tagging the version bumps with commits:

https://github.com/ddopson/underscore-cli/commit/68a5e14517ebb844e312a64e68fd751a80002551 https://github.com/ddopson/underscore-cli/commit/7fd8fa535e83899aee85c0e8f32f60069139286d

ddopson commented 12 years ago

I've actually never used actual git "tags" before. Never really had a need. Why do you want this?

ConsoleCatzirl commented 12 years ago

I find it useful to be able to quickly and easily checkout a specific version. For instance, if I want to develop a project depending on underscore-cli, I would want a part of my build testing to clone the repo and checkout a known-working version. That way I'm not blindsided by errors with a root cause in a change you consider minor. Developing against someone else's master HEAD is not very good practice, and git tags are just an easy way to checkout specific points in history.

ddopson commented 12 years ago

OK, I went back and tagged all my versions. easy enough to do and kind of nice. done.