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

Introduction to Git

Phill Brown
January 26, 2012

Introduction to Git

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>