|
6 | 6 | * <http://www.gitlab.cc/> (Git)
|
7 | 7 | * <https://bitbucket.org/> (Git Mercurial)
|
8 | 8 | * <https://sourceforge.net/> (Git Mercurial SVN)
|
9 |
| -* <http://www.codeplex.com/> |
10 | 9 | * <https://sourceware.org/>
|
11 |
| -* <http://git.oschina.net/> |
12 |
| -* <http://www.javaforge.com> (Git Mercurial SVN) |
| 10 | +* <https://gitee.com/> |
13 | 11 | * <http://unfuddle.com>
|
14 | 12 | * <https://riouxsvn.com/> (SVN)
|
15 | 13 | * <http://svn.jundie.net/>
|
|
19 | 17 | ## 代码托管网站(已废弃)
|
20 | 18 |
|
21 | 19 | * <http://code.taobao.org/> (SVN)
|
22 |
| -* <http://code.google.com/> |
| 20 | +* <http://code.google.com/> (SVN) |
23 | 21 | * <http://svn.coollittlethings.com/index.php>
|
24 | 22 | * <http://www.svnhost.cn/> (SVN)
|
25 | 23 | * <http://www.chinasvn.com> (SVN)
|
| 24 | +* <http://www.codeplex.com/> |
| 25 | +* <http://www.javaforge.com> (Git Mercurial SVN) |
26 | 26 |
|
27 | 27 | ## SVN
|
28 | 28 |
|
|
73 | 73 | * Documentation:<http://git-scm.com/doc>
|
74 | 74 | * Pro Git book: <https://git-scm.com/book/en>
|
75 | 75 |
|
| 76 | +### Git客户端 |
| 77 | + |
76 | 78 | * git for windows:<http://gitforwindows.org/>
|
77 | 79 | * posh-git: <https://github.com/dahlbyk/posh-git>
|
78 | 80 | * SourceTree:<https://www.sourcetreeapp.com/>
|
79 | 81 | * tortoisegit:<https://code.google.com/p/tortoisegit/>
|
80 | 82 | * gitlab:<https://about.gitlab.com/>
|
81 | 83 | * EGit:<http://www.eclipse.org/egit/download/>
|
82 | 84 |
|
83 |
| -* <http://githuber.info/index> |
| 85 | +### Github插件 |
84 | 86 |
|
85 | 87 | * Travis CI: <https://travis-ci.org/>
|
86 | 88 | * appveyor: <https://ci.appveyor.com/>
|
87 | 89 | * codeclimate: <https://codeclimate.com/>
|
88 | 90 | * GITTER: <https://gitter.im/home>
|
89 | 91 | * Waffle: <https://waffle.io/>
|
90 |
| -* bitdeli: <https://bitdeli.com/> |
91 | 92 | * COVERALLS: <https://coveralls.io/>
|
92 | 93 | * COVERITY: <https://scan.coverity.com/>
|
93 |
| -* choosealicense: <http://choosealicense.com/> |
| 94 | +* choosealicense: <https://choosealicense.com/> |
| 95 | + |
| 96 | +### Git优秀文章 |
94 | 97 |
|
95 | 98 | * Git Community Book 中文版:<http://gitbook.liuhui998.com/index.html>
|
| 99 | +* git/github初级运用自如:<http://www.cnblogs.com/fnng/archive/2012/01/07/2315685.html> |
| 100 | +* github使用指南:<https://github.com/NeuOL/neuola-legacy/wiki/github>使用指南 |
| 101 | +* windows中使用Git工具连接GitHub(配置篇):<http://www.cnblogs.com/sorex/archive/2011/08/10/2132359.html> |
| 102 | +* 打造完美 Windows git 命令行环境:<http://www.v2ex.com/t/154202> |
| 103 | +* 详解在visual studio中使用git版本系统(图文):<http://www.cnblogs.com/wojilu/archive/2011/11/16/2250721.html> |
| 104 | + |
| 105 | +* Commit message 和 Change log 编写指南:<http://www.ruanyifeng.com/blog/2016/01/commit_message_change_log.html> |
| 106 | +* Writing a Friendly README: <http://rowanmanning.com/posts/writing-a-friendly-readme/> |
| 107 | +* 上传图片到github wiki仓库: <https://www.jianshu.com/p/bd5c1b33d2c5> |
| 108 | +* Publishing a Website on Bitbucket Cloud: <https://confluence.atlassian.com/bitbucket/publishing-a-website-on-bitbucket-cloud-221449776.html> |
| 109 | +* 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/> |
| 110 | +* Hexo+Next搭建Github个人静态博客: <http://www.cnblogs.com/cnfanhua/p/5167191.html> |
| 111 | + |
96 | 112 | * 分支管理策略: <https://www.liaoxuefeng.com/wiki/0013739516305929606dd18361248578c67b8067c8c017b000/0013758410364457b9e3d821f4244beb0fd69c61a185ae0000>
|
97 | 113 | * Bug分支: <https://www.liaoxuefeng.com/wiki/0013739516305929606dd18361248578c67b8067c8c017b000/00137602359178794d966923e5c4134bc8bf98dfb03aea3000>
|
98 | 114 | * git patch: Version Control with Git 2nd Edition[Git 版本控制管理 第2版] CHAPTER 14 Patches
|
99 | 115 | * Permanently remove files and folders from Git repo:<http://dalibornasevic.com/posts/2-permanently-remove-files-and-folders-from-a-git-repository>
|
100 |
| -* git/github初级运用自如:<http://www.cnblogs.com/fnng/archive/2012/01/07/2315685.html> |
101 |
| -* windows中使用Git工具连接GitHub(配置篇):<http://www.cnblogs.com/sorex/archive/2011/08/10/2132359.html> |
102 |
| -* 详解在visual studio中使用git版本系统(图文):<http://www.cnblogs.com/wojilu/archive/2011/11/16/2250721.html> |
103 | 116 | * git 把文件从版本管理中移除:<http://blog.sina.com.cn/s/blog_59fb90df0101980a.html>
|
104 | 117 | * git乱码解决方案汇总:<http://zengrong.net/post/1249.htm>
|
105 | 118 | * git pull 和本地文件冲突问题解决:<http://my.oschina.net/u/554046/blog/308614>
|
106 |
| -* 打造完美 Windows git 命令行环境:<http://www.v2ex.com/t/154202> |
107 | 119 | * Remove sensitive data:<https://help.github.com/articles/remove-sensitive-data/>
|
108 | 120 | * Caching your GitHub password in Git:<https://help.github.com/articles/caching-your-github-password-in-git/>
|
109 |
| -* github使用指南:<https://github.com/NeuOL/neuola-legacy/wiki/github>使用指南 |
110 | 121 | * github创建tag: <http://caibaojian.com/github-create-tag.html>
|
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 |
| -* 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/> |
114 |
| -* Hexo+Next搭建Github个人静态博客: <http://www.cnblogs.com/cnfanhua/p/5167191.html> |
115 | 122 | * Git教程-分支和tag管理: <http://blog.csdn.net/top_code/article/details/52336221>
|
116 |
| -* Publishing a Website on Bitbucket Cloud: <https://confluence.atlassian.com/bitbucket/publishing-a-website-on-bitbucket-cloud-221449776.html> |
117 | 123 | * What are the git concepts of HEAD, master, origin? <https://stackoverflow.com/questions/8196544/what-are-the-git-concepts-of-head-master-origin>
|
118 | 124 | * 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>
|
119 | 125 | * warning: push.default is unset的解决方案: <http://blog.csdn.net/jrainbow/article/details/19338525>
|
|
122 | 128 | * git中将多次commit合并为一次commit: <http://blog.csdn.net/itfootball/article/details/44037181>
|
123 | 129 | * Resolving a merge conflict on gerrit: <https://www.entropywins.wtf/blog/2013/07/01/resolving-a-merge-conflict-on-gerrit/>
|
124 | 130 | * CHERRY-PICKING SPECIFIC COMMITS FROM ANOTHER BRANCH: <https://www.devroom.io/2010/06/10/cherry-picking-specific-commits-from-another-branch/>
|
125 |
| -* 上传图片到github wiki仓库: <https://www.jianshu.com/p/bd5c1b33d2c5> |
126 | 131 | * git checkout --ours/--theirs: <https://git-scm.com/docs/git-checkout>
|
127 |
| -* Git 如何 Merge 其他Fork仓库的代码到自己的仓库: <https://my.oschina.net/sub/blog/178652> |
| 132 | +* github上fork了别人的项目后,再同步更新别人的提交: <https://blog.csdn.net/qq1332479771/article/details/56087333> |
128 | 133 |
|
129 | 134 | ### git init 与 git init --bare
|
130 | 135 |
|
|
0 commit comments