Skip to content
lorennorman edited this page Sep 13, 2010 · 10 revisions

Be sure to check out the Before the Meetup Checklist if you are attending the Git Lunch & Learn on Thursday, January 28th!

Git vs SVN

  • Git Svn Comparison
  • Distributed: fast, offline access
  • Branching: fast, used daily, merge history: merge commits
  • Fast: no network latency, including obtaining any older version of a file
  • SHA1 vs numbered versions: googleable!

Git vs Everything Else

Clone this wiki locally