2012年1月11日 星期三

git tag簡記

記下一個tag 'v1.0'
git tag -a v1.0

看tag
git tag
git show v1.0

把tag push 到github(或任何人)
git push --tags

ref:
http://gitref.org/branching/#tag
http://wptheming.com/2011/04/add-remove-github-tags/

沒有留言:

張貼留言