8000 update link · Dream-git/my-git@7f38ceb · GitHub
[go: up one dir, main page]

Skip to content 8000

Commit 7f38ceb

Browse files
committed
update link
1 parent 8cb7add commit 7f38ceb

File tree

1 file changed

+3
-4
lines changed

1 file changed

+3
-4
lines changed

why-git.md

Lines changed: 3 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -4,8 +4,7 @@
44
- [What are the differences between SVN and Git? ](https://help.github.com/articles/what-are-the-differences-between-svn-and-git/) github 上通过版本库结构、历史、子项目(submudle)的不同来对比两者。
55
- [蒋鑫:为什么 Git 比 SVN 好?](http://www.worldhello.net/2012/04/12/why-git-is-better-than-svn.html "蒋鑫 - Why `Git` is better than `SVN`")
66

7-
8-
以下内容出自 [@oldratlee](https://github.com/oldratlee) 的repo:https://github.com/oldratlee/why-git
7+
以下内容出自 [@oldratlee](https://github.com/oldratlee)[repo](https://github.com/oldratlee/software-practice-miscellany/blob/master/git/README.md)
98

109
SVN 和 Git 在日常使用中的明显差异
1110
=========================
@@ -45,8 +44,8 @@ SVN 和 Git 在日常使用中的明显差异
4544
:beer: 廉价好用的本地分支
4645
-------------------
4746

48-
`git`:有本地分支
49-
`svn`:无本地分支
47+
- `git`:有本地分支
48+
- `svn`:无本地分支
5049

5150
`git`可以方便创建本地分支,且创建分支的时间是`O(1)`,即瞬间就创建好了。由于分支可以是本地的,也就不存在`svn`目录权限的问题。
5251

0 commit comments

Comments
 (0)
0