Thanks to visit codestin.com
Credit goes to github.com

Skip to content

Commit 0af3bb7

Browse files
committed
reconstruct the content
1 parent d199499 commit 0af3bb7

File tree

1 file changed

+24
-19
lines changed

1 file changed

+24
-19
lines changed

版本管理学习之路.md

Lines changed: 24 additions & 19 deletions
Original file line numberDiff line numberDiff line change
@@ -6,10 +6,8 @@
66
* <http://www.gitlab.cc/> (Git)
77
* <https://bitbucket.org/> (Git Mercurial)
88
* <https://sourceforge.net/> (Git Mercurial SVN)
9-
* <http://www.codeplex.com/>
109
* <https://sourceware.org/>
11-
* <http://git.oschina.net/>
12-
* <http://www.javaforge.com> (Git Mercurial SVN)
10+
* <https://gitee.com/>
1311
* <http://unfuddle.com>
1412
* <https://riouxsvn.com/> (SVN)
1513
* <http://svn.jundie.net/>
@@ -19,10 +17,12 @@
1917
## 代码托管网站(已废弃)
2018

2119
* <http://code.taobao.org/> (SVN)
22-
* <http://code.google.com/>
20+
* <http://code.google.com/> (SVN)
2321
* <http://svn.coollittlethings.com/index.php>
2422
* <http://www.svnhost.cn/> (SVN)
2523
* <http://www.chinasvn.com> (SVN)
24+
* <http://www.codeplex.com/>
25+
* <http://www.javaforge.com> (Git Mercurial SVN)
2626

2727
## SVN
2828

@@ -73,47 +73,53 @@
7373
* Documentation:<http://git-scm.com/doc>
7474
* Pro Git book: <https://git-scm.com/book/en>
7575

76+
### Git客户端
77+
7678
* git for windows:<http://gitforwindows.org/>
7779
* posh-git: <https://github.com/dahlbyk/posh-git>
7880
* SourceTree:<https://www.sourcetreeapp.com/>
7981
* tortoisegit:<https://code.google.com/p/tortoisegit/>
8082
* gitlab:<https://about.gitlab.com/>
8183
* EGit:<http://www.eclipse.org/egit/download/>
8284

83-
* <http://githuber.info/index>
85+
### Github插件
8486

8587
* Travis CI: <https://travis-ci.org/>
8688
* appveyor: <https://ci.appveyor.com/>
8789
* codeclimate: <https://codeclimate.com/>
8890
* GITTER: <https://gitter.im/home>
8991
* Waffle: <https://waffle.io/>
90-
* bitdeli: <https://bitdeli.com/>
9192
* COVERALLS: <https://coveralls.io/>
9293
* COVERITY: <https://scan.coverity.com/>
93-
* choosealicense: <http://choosealicense.com/>
94+
* choosealicense: <https://choosealicense.com/>
95+
96+
### Git优秀文章
9497

9598
* 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+
96112
* 分支管理策略: <https://www.liaoxuefeng.com/wiki/0013739516305929606dd18361248578c67b8067c8c017b000/0013758410364457b9e3d821f4244beb0fd69c61a185ae0000>
97113
* Bug分支: <https://www.liaoxuefeng.com/wiki/0013739516305929606dd18361248578c67b8067c8c017b000/00137602359178794d966923e5c4134bc8bf98dfb03aea3000>
98114
* git patch: Version Control with Git 2nd Edition[Git 版本控制管理 第2版] CHAPTER 14 Patches
99115
* 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>
103116
* git 把文件从版本管理中移除:<http://blog.sina.com.cn/s/blog_59fb90df0101980a.html>
104117
* git乱码解决方案汇总:<http://zengrong.net/post/1249.htm>
105118
* git pull 和本地文件冲突问题解决:<http://my.oschina.net/u/554046/blog/308614>
106-
* 打造完美 Windows git 命令行环境:<http://www.v2ex.com/t/154202>
107119
* Remove sensitive data:<https://help.github.com/articles/remove-sensitive-data/>
108120
* 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>使用指南
110121
* 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>
115122
* 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>
117123
* What are the git concepts of HEAD, master, origin? <https://stackoverflow.com/questions/8196544/what-are-the-git-concepts-of-head-master-origin>
118124
* 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>
119125
* warning: push.default is unset的解决方案: <http://blog.csdn.net/jrainbow/article/details/19338525>
@@ -122,9 +128,8 @@
122128
* git中将多次commit合并为一次commit: <http://blog.csdn.net/itfootball/article/details/44037181>
123129
* Resolving a merge conflict on gerrit: <https://www.entropywins.wtf/blog/2013/07/01/resolving-a-merge-conflict-on-gerrit/>
124130
* 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>
126131
* 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>
128133

129134
### git init 与 git init --bare
130135

0 commit comments

Comments
 (0)