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

Introduction to Git

Avatar for Phill Brown Phill Brown
January 26, 2012

Introduction to Git

Avatar for Phill Brown

Phill Brown

January 26, 2012
Tweet

More Decks by Phill Brown

Other Decks in Technology

Transcript

  1. Branching • branch git branch <branchname> • checkout git checkout

    <branchname> • merge git merge <branchname>