9
git
Calvin Xiao edited this page 2017-01-20 14:54:57 +08:00
This file contains ambiguous Unicode characters
This file contains Unicode characters that might be confused with other characters. If you think that this is intentional, you can safely ignore this warning. Use the Escape button to reveal them.

Tools

貌似SmartGit最美观最好用但License始终是个问题只有非商业软件才能免费用。 SourceTree最大问题是不能按目录来查看文件和Log。

Commands

remove tag remotelly

git tag -d V4.0.0.GA
git push origin :refs/tags/V4.0.0.GA

Tips

如果想提交空目录到仓库,可以放一个.gitkeep文件在里头。

设置proxygit config --global http.proxy http://proxy.yourname.com:8080

取消Proxy git config --global --unset http.proxy