Skip to content

Instantly share code, notes, and snippets.

View kmjungersen's full-sized avatar

Kurtis Jungersen kmjungersen

View GitHub Profile
@HarryRybacki-zz
HarryRybacki-zz / gitWorkflow.md
Last active December 20, 2015 05:39
The Git Workflow: An example based overview

###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