git - fireshort/springside4 GitHub Wiki

##Overview 始终没有很好的掌握Git, 这又是Stage又是Stack的,每次冲突都要找同事来帮忙解决。

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

资料

  • eBook: <Version Control with Git, 2nd Edition> 2012