below is git commands I used everyday:
1.create a local tag
git tag D20110316111111
2.delete a local tag
git tag -d D20110316111111
3.push local tags to remote git server
git push --tags
4.delete a remote tag
git push origin :refs/tags/D20110316111111
5.clone a new git repo
git clone git://gitorious.org/meego-middleware/libsynthesis.git
6.sync with remote git server
git pull
to be continue......
阅读(1307) | 评论(0) | 转发(0) |