講師回答 / happypeter
離線情況下 git 也可以做 commit 和查看 log, 這個是很方便的。但是所謂的分布式的優勢最終決定因素不是這個,而是在 git 一旦聯網之后,可以和其他的 branch 進行良好的 merge 。強大的 merge branch 的功能,使得了各個開發者可以在并不互聯的情況下共同開發一個項目,同時基本不用擔心 step on each other's toes 。這就是所謂的分布式帶來的優勢了。 Linus 本人說過: If you are not distributed, you are no...
2014-10-10