Upgrade to Pro — share decks privately, control downloads, hide ads and more …

Git Basics

Git Basics

Avatar for James Hughes

James Hughes

June 22, 2012
Tweet

More Decks by James Hughes

Other Decks in Programming

Transcript

  1. version control noun Computing the task of keeping a software

    system consisting of many versions and configurations well organised.
  2. Create or copy a repo Committing code Pulling code Pushing

    code Feature branches Backing out changes
  3. checkout <file> reset HEAD <file> revert HEAD Revert uncommitted changes

    Revert staged changes Revert committed changes