70
70
71
71
* GIT: < http://git-scm.com/ >
72
72
* Reference: < http://git-scm.com/docs >
73
- * Documentation: < http://git-scm.com/doc >
74
- * Pro Git book: < https://git-scm.com/book/en >
73
+ * Pro Git: < https://git-scm.com/book/en >
75
74
76
75
### Git客户端
77
76
83
82
* gitlab: < https://about.gitlab.com/ >
84
83
* EGit: < http://www.eclipse.org/egit/download/ >
85
84
86
- ### Github插件
87
-
88
- * Travis CI: < https://travis-ci.org/ >
89
- * appveyor: < https://ci.appveyor.com/ >
90
- * codeclimate: < https://codeclimate.com/ >
91
- * coverity: < https://scan.coverity.com/ >
92
- * COVERALLS: < https://coveralls.io/ >
93
- * GITTER: < https://gitter.im/home >
94
- * Waffle: < https://waffle.io/ >
95
- * choosealicense: < https://choosealicense.com/ >
96
- * codedocs: < https://codedocs.xyz >
97
- * shields: < https://shields.io/ >
98
- * JitPack: < https://jitpack.io/ >
99
- * VersionEye(已废弃): < https://www.versioneye.com >
100
- * Semantic Versioning: < https://semver.org/spec/v2.0.0.html >
101
-
102
85
### Git优秀文章
103
86
104
- * Git Community Book 中文版: < http://gitbook.liuhui998.com/index.html >
105
- * git/github初级运用自如: < http://www.cnblogs.com/fnng/archive/2012/01/07/2315685.html >
106
- * github使用指南: < https://github.com/NeuOL/neuola-legacy/wiki/github > 使用指南
107
87
* windows中使用Git工具连接GitHub(配置篇): < http://www.cnblogs.com/sorex/archive/2011/08/10/2132359.html >
108
88
* 打造完美 Windows git 命令行环境: < http://www.v2ex.com/t/154202 >
109
89
* 详解在visual studio中使用git版本系统(图文): < http://www.cnblogs.com/wojilu/archive/2011/11/16/2250721.html >
110
-
111
- * Commit message 和 Change log 编写指南: < http://www.ruanyifeng.com/blog/2016/01/commit_message_change_log.html >
112
- * Writing a Friendly README: < http://rowanmanning.com/posts/writing-a-friendly-readme/ >
113
- * 开源协议汇总: < https://opensource.org/licenses >
114
- * 如何选择开源许可证?: < http://www.ruanyifeng.com/blog/2011/05/how_to_choose_free_software_licenses.html >
115
- * AGPL 开源授权协议: < https://www.oschina.net/question/5189_4168 >
116
- * 上传图片到github wiki仓库: < https://www.jianshu.com/p/bd5c1b33d2c5 >
117
- * Publishing a Website on Bitbucket Cloud: < https://confluence.atlassian.com/bitbucket/publishing-a-website-on-bitbucket-cloud-221449776.html >
118
- * GitHub Pages + Hexo搭建博客: < http://crazymilk.github.io/2015/12/28/GitHub-Pages-Hexo%E6%90%AD%E5%BB%BA%E5%8D%9A%E5%AE%A2/ >
119
- * Hexo+Next搭建Github个人静态博客: < http://www.cnblogs.com/cnfanhua/p/5167191.html >
120
-
121
- * 将git commit的默认编辑器从nano转为vim: < https://www.cnblogs.com/everfight/p/git.html >
122
- * Linux下 保存 git账号密码: < https://www.cnblogs.com/boystar/p/5644025.html >
90
+ * Caching your GitHub password in Git: < https://help.github.com/articles/caching-your-github-password-in-git/ >
123
91
* 执行Git命令时出现各种 SSL certificate problem 的解决办法: < https://www.cnblogs.com/chenzc/p/5842932.html >
124
92
* warning: remote HEAD refers to nonexistent ref, unable to checkout: < https://blog.csdn.net/qq_17011423/article/details/82850973 >
125
93
* git clone 时显示Filename too long的解决办法: < https://blog.csdn.net/simzha01/article/details/37657287 >
126
-
127
94
* 分支管理策略: < https://www.liaoxuefeng.com/wiki/0013739516305929606dd18361248578c67b8067c8c017b000/0013758410364457b9e3d821f4244beb0fd69c61a185ae0000 >
128
95
* Bug分支: < https://www.liaoxuefeng.com/wiki/0013739516305929606dd18361248578c67b8067c8c017b000/00137602359178794d966923e5c4134bc8bf98dfb03aea3000 >
129
96
* git patch: Version Control with Git 2nd Edition[ Git 版本控制管理 第2版] CHAPTER 14 Patches
132
99
* git乱码解决方案汇总: < https://blog.zengrong.net/post/git-codec-issues/ >
133
100
* git pull 和本地文件冲突问题解决: < http://my.oschina.net/u/554046/blog/308614 >
134
101
* Remove sensitive data: < https://help.github.com/articles/remove-sensitive-data/ >
135
- * Caching your GitHub password in Git: < https://help.github.com/articles/caching-your-github-password-in-git/ >
136
102
* github创建tag: < http://caibaojian.com/github-create-tag.html >
137
103
* Git教程-分支和tag管理: < http://blog.csdn.net/top_code/article/details/52336221 >
138
104
* What are the git concepts of HEAD, master, origin? < https://stackoverflow.com/questions/8196544/what-are-the-git-concepts-of-head-master-origin >
150
116
* github上fork了别人的项目后,再同步更新别人的提交: < https://blog.csdn.net/qq1332479771/article/details/56087333 >
151
117
* 撤销 git commit --amend: < https://www.jianshu.com/p/97341ed9d89e >
152
118
* git修改历史提交信息: < https://blog.csdn.net/xiaowu_zhu/article/details/83024558 >
119
+ * git 清除所有untracked file: < https://www.cnblogs.com/lxwphp/p/11090612.html >
153
120
154
121
### git init 与 git init --bare
155
122
@@ -167,6 +134,32 @@ git push origin master:b1
167
134
168
135
解决办法就是使用”git init –bare”方法创建一个所谓的裸仓库,之所以叫裸仓库是因为这个仓库只保存git历史提交的版本信息,而不允许用户在上面进行各种git操作,如果你硬要操作的话,只会得到下面的错误(”This operation must be run in a work tree”)这个就是最好把远端仓库初始化成bare仓库的原因。
169
136
137
+ ## Github
138
+
139
+ * Travis CI: < https://travis-ci.org/ >
140
+ * appveyor: < https://ci.appveyor.com/ >
141
+ * codeclimate: < https://codeclimate.com/ >
142
+ * coverity: < https://scan.coverity.com/ >
143
+ * COVERALLS: < https://coveralls.io/ >
144
+ * GITTER: < https://gitter.im/home >
145
+ * Waffle: < https://waffle.io/ >
146
+ * choosealicense: < https://choosealicense.com/ >
147
+ * codedocs: < https://codedocs.xyz >
148
+ * shields: < https://shields.io/ >
149
+ * JitPack: < https://jitpack.io/ >
150
+ * VersionEye(已废弃): < https://www.versioneye.com >
151
+ * Semantic Versioning: < https://semver.org/spec/v2.0.0.html >
152
+
153
+ * Commit message 和 Change log 编写指南: < http://www.ruanyifeng.com/blog/2016/01/commit_message_change_log.html >
154
+ * Writing a Friendly README: < http://rowanmanning.com/posts/writing-a-friendly-readme/ >
155
+ * 开源协议汇总: < https://opensource.org/licenses >
156
+ * 如何选择开源许可证?: < http://www.ruanyifeng.com/blog/2011/05/how_to_choose_free_software_licenses.html >
157
+ * AGPL 开源授权协议: < https://www.oschina.net/question/5189_4168 >
158
+ * 上传图片到github wiki仓库: < https://www.jianshu.com/p/bd5c1b33d2c5 >
159
+ * Publishing a Website on Bitbucket Cloud: < https://confluence.atlassian.com/bitbucket/publishing-a-website-on-bitbucket-cloud-221449776.html >
160
+ * GitHub Pages + Hexo搭建博客: < http://crazymilk.github.io/2015/12/28/GitHub-Pages-Hexo%E6%90%AD%E5%BB%BA%E5%8D%9A%E5%AE%A2/ >
161
+ * Hexo+Next搭建Github个人静态博客: < http://www.cnblogs.com/cnfanhua/p/5167191.html >
162
+
170
163
## Gerrit
171
164
172
165
* < https://www.gerritcodereview.com/ >
0 commit comments