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

HackRU2013-GH

 HackRU2013-GH

Git, GitHub, and workflows.

Brian Levine

March 28, 2013
Tweet

Other Decks in Programming

Transcript

  1. git repository : all your code all of its history

    all collaborators all the time
  2. commit early commit often “git commit should be used as

    often as ctrl+s” - someone I once overheard
  3. here's how we roll master is stable topic branches for

    everything commit locally push often
  4. here's how we roll master is stable topic branches for

    everything commit locally push often pull request to discuss
  5. here's how we roll master is stable topic branches for

    everything commit locally push often pull request to discuss merge to master when ready
  6. all together now commit early and often use branches wisely

    use Issues for bugs and features use Pull Requests for code
  7. all together now commit early and often use branches wisely

    use Issues for bugs and features use Pull Requests for code find a workflow that's good for you
  8. all together now commit early and often use branches wisely

    use Issues for bugs and features use Pull Requests for code find a workflow that's good for you (but we think ours rocks)
  9. stalk follow me for more info and fun pictures of

    my dogs or email me your questions @Brian_A_Levine [email protected]