kanghaiyang's blog

my everyday git

Submitted by kanghaiyang
on November 25, 2007 - 6:36pm

git show-branch
git tag -l

git checkout test

//"program and test"

git commit -a -m "some comments"

git tag v1.00

git checkout master

git merge test