Skip to content

Instantly share code, notes, and snippets.

@ChrisMissal
Created April 10, 2013 20:28
Show Gist options
  • Select an option

  • Save ChrisMissal/5358156 to your computer and use it in GitHub Desktop.

Select an option

Save ChrisMissal/5358156 to your computer and use it in GitHub Desktop.
Why I prefer git over svn. (Too much for twitter)

Why I prefer git over svn

  1. Branching in svn and git are both easy, but merging is much easier in git. I have spent lots of time merging in svn.
  2. Being able to commit locally without being connected compliments my workflow. I can push several commits to "master" when I'm done and not one giant commit all at once.
  3. Lots of history in svn takes up a lot more space than git
  4. Rebasing and cherry-picking in git makes hot-fixes much more easy than in svn.
  5. Pulling/fetching source code is much quicker in git than svn.

These are just a few that come to mind that wouldn't fit in a tweet :)

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment