Skip to content

Instantly share code, notes, and snippets.

View asmacdo's full-sized avatar

Austin Macdonald asmacdo

  • Dartmouth College
View GitHub Profile

###Overview This tutorial will provide you with an overview of the recommended Git workflow. We will be using the the HGrid repository to provide a real world example.

####What you'll learn:

  1. Forking repositories to your account
  2. Cloning freshly forked repos to your machine
  3. Adding remotes
  4. Adding and deleting branches
  5. Merging local branches