Skip to content

Instantly share code, notes, and snippets.

@wibron
Created February 4, 2013 09:48
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save wibron/4705887 to your computer and use it in GitHub Desktop.
Save wibron/4705887 to your computer and use it in GitHub Desktop.
git pro's over svn

git pro's over svn

  • Local commits
  • Local branching (with local merging)
  • Doesn't create a folder for every branch, smaller file size on disk
  • Distributed (every user has their own repo and not forced to work against a central repo)
  • Access to the whole history without being connected to the internets
  • Stashing (put away WIP and apply when needed)
  • Simple tag-management
  • Possible to push several commits at once
  • Biggest VCS, huge community on Github / Bitbucket
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment