Skip to content

Instantly share code, notes, and snippets.

@ethanwhite
Created April 30, 2014 00:20
Show Gist options
  • Save ethanwhite/682ce253297750e5accb to your computer and use it in GitHub Desktop.
Save ethanwhite/682ce253297750e5accb to your computer and use it in GitHub Desktop.

Benefits of version control

  • Track changes on steroids

    • Tracks every change ever made in groups called commits
    • Every commit stores the full state of all of your files at that time
    • Never lose anything
    • Easily unbreak your code/data/manuscript
    • No more file name changes
  • Collaboration

    • Work on things simultaneously
    • See what changes others have made
    • Everyone has the most recent version of everything
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment