Skip to content
Calvin Xiao edited this page Jan 20, 2017 · 9 revisions

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文件在里头。

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

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