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