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

Break Things

Zoe Nolan
December 05, 2015

Break Things

Don’t be afraid of experimenting for Rails Girls London 6

Zoe Nolan

December 05, 2015
Tweet

More Decks by Zoe Nolan

Other Decks in Programming

Transcript

  1. Hello my name is Zoë Find me online at http://zoenolan.org

    Don't worry about taking notes http://zoenolan.org/blog/2015/12/break-things/
  2. Branching Create a Branch git branch CoolNewThing Switch to a

    branch git checkout CoolNewThing Delete a Branch git branch –D CoolNewThing
  3. Tutorials Try Git http://try.github.com/ How to Use Git and GitHub

    https://www.udacity.com/course/how-to-use-git-and-github--ud775 Pro Git http://git-scm.com/book