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

Video Games and Source Control

Video Games and Source Control

A lightening talk to help introduce basic concepts of source control to new programmers

Ryan Castillo

February 07, 2013
Tweet

More Decks by Ryan Castillo

Other Decks in Programming

Transcript

  1. > tree example example ├── 20130101 │ └── foo.rb ├──

    20130106 │ └── foo.rb ├── 20130123 └── foo.rb 3 directories, 3 files
  2. › glog a7b30de: Initial Commit - (14 minutes ago) 9a7736c:

    Define the class - (12 minutes ago) ea90c50: Define internal methods - (HEAD, master) (12 minutes ago)
  3. HOME WORK • Install Git! • Create your first commit

    • Use multiple branches for a feature