Thursday, May 22, 2008

Git and Tagging

Just a quick personal note on how to tag so I don't have to look it up again. I'm not sure if this is right.?

git tag -a rel_0.0.0
git push --tags

0 comments: