Guide to Using Git

From GlueXWiki
Revision as of 15:58, 29 July 2015 by Pmatt (Talk | contribs) (If you are starting from scratch:)

Jump to: navigation, search

If you are starting from scratch:

  1. Create local repository in the current directory
  2. Create a local branch
    • cd sim-recon
    • git branch my_work
  3. Check-out the new branch
    • git checkout my_work