|
8 | 8 | * https://sourceforge.net/ (Git Mercurial SVN)
|
9 | 9 | * http://www.codeplex.com/
|
10 | 10 | * https://sourceware.org/
|
11 |
| -* <del>http://code.taobao.org/</del> (SVN) |
12 | 11 | * http://git.oschina.net/
|
13 | 12 | * http://www.javaforge.com (Git Mercurial SVN)
|
14 | 13 | * http://unfuddle.com
|
15 | 14 | * https://riouxsvn.com/ (SVN)
|
16 | 15 | * http://svn.jundie.net/
|
17 | 16 | * http://www.svnchina.com/index.php
|
18 | 17 | * http://code.svnspot.com/
|
| 18 | +* <del>http://code.taobao.org/</del> (SVN) |
19 | 19 | * <del>http://code.google.com/</del>
|
20 | 20 | * <del>http://svn.coollittlethings.com/index.php</del>
|
21 | 21 | * <del>http://www.svnhost.cn/</del> (SVN)
|
|
140 | 140 |
|
141 | 141 | ## GIT
|
142 | 142 |
|
143 |
| -安装了git后会附带很多linux下常用的工具,比如ssh,scp,curl,split,cat等,很方便。 |
144 |
| - |
145 | 143 | * GIT:<http://git-scm.com/>
|
146 | 144 | * Reference:<http://git-scm.com/docs>
|
147 | 145 | * Documentation:<http://git-scm.com/doc>
|
|
182 | 180 | * Commit message 和 Change log 编写指南:http://www.ruanyifeng.com/blog/2016/01/commit_message_change_log.html
|
183 | 181 | * Writing a Friendly README: http://rowanmanning.com/posts/writing-a-friendly-readme/
|
184 | 182 | * 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/
|
185 |
| -* Hexo+Next搭建Github个人静态博客: <http://www.cnblogs.com/cnfanhua/p/5167191.html> |
| 183 | +* Hexo+Next搭建Github个人静态博客: <http://www.cnblogs.com/cnfanhua/p/5167191.html> |
186 | 184 | * Git教程-分支和tag管理: http://blog.csdn.net/top_code/article/details/52336221
|
187 | 185 | * Publishing a Website on Bitbucket Cloud: https://confluence.atlassian.com/bitbucket/publishing-a-website-on-bitbucket-cloud-221449776.html
|
188 | 186 | * What are the git concepts of HEAD, master, origin? <https://stackoverflow.com/questions/8196544/what-are-the-git-concepts-of-head-master-origin>
|
189 | 187 | * How do I make Git use the editor of my choice for commits?: <https://stackoverflow.com/questions/2596805/how-do-i-make-git-use-the-editor-of-my-choice-for-commits>
|
| 188 | +* warning: push.default is unset的解决方案: <http://blog.csdn.net/jrainbow/article/details/19338525> |
190 | 189 | * 分支管理策略: <https://www.liaoxuefeng.com/wiki/0013739516305929606dd18361248578c67b8067c8c017b000/0013758410364457b9e3d821f4244beb0fd69c61a185ae0000>
|
191 | 190 | * Bug分支: <https://www.liaoxuefeng.com/wiki/0013739516305929606dd18361248578c67b8067c8c017b000/00137602359178794d966923e5c4134bc8bf98dfb03aea3000>
|
192 | 191 |
|
|
0 commit comments