git相关资源
git官网: https://git-scm.com/doc
git入门: http://www.liaoxuefeng.com/wiki
git回滚: http://blog.csdn.net/fuchaosz/article/details/52170105
git回滚 merge的分支 http://blog.csdn.net/secretx/article/details/51461972
git删除分支[ http://zengrong.net/post/1746.htm ]
git个人常用命令总结:
关联远程分支
git branch --set-upstream-to origin/devtest devtest
删除已经在git仓库中的,但是需要添加到gitignore中的文件
https://www.cnblogs.com/guanghuiz/p/6579902.html
cherry-pick的用法
http://blog.csdn.net/wh_19910525/article/details/7554430