rails
git
$ git tag startup_201211191015_0.0.1 40cfd999888
$ git tag -d startup_201211191015_0.0.1
$ git push --tags
$ git tag 察看tag
$ git checkout master
$ git checkout -b users_model
$ git branch -d users_model
$ git branch 察看branche
$ git push origin users_model ???
$ git merge