标签:http 使用 strong for on c log ad line
保存用户名和密码
[credential]
helper = store
获取仓库:
git clone http://username:password@192.168.10.5:8114/mdm3-0/web.git
获取分支:
git checkout -b branch-name origin/branch-name
获取日志:
git log --pretty=oneline --abbrev-commit
添加tag
git tag -a test_r2 -m "Add tag for test"
git push origin test_r2
删除tag
git tag -d 12345
git push origin :refs/tags/12345
标签:http 使用 strong for on c log ad line
原文地址:http://www.cnblogs.com/javawer/p/3995430.html