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

Workshop Git 2013

Workshop Git 2013

A CeSIUM workshop, brought to you by CeSIUM.

"You had to be there."
-- everyone

"Really awfull!"
-- random janitor

"Wait, what?"
-- first year students

Pedro Costa

March 13, 2013
Tweet

More Decks by Pedro Costa

Other Decks in Programming

Transcript

  1. 3

  2. • each user has a copy • work locally •

    pull from others • push to others Distributed 11
  3. 12 • Branches are cheap • Ignore stuff • Compare

    with diff • History in log • Visual tools available gitk, GitX, GitHub
  4. 16 • GitHub ‣ social ‣ free for Open Source

    ‣ free rides for students ‣ organizations • BitBucket ‣ free for everyone ‣ small teams
  5. • Master Branch stable releases only • Development Branch bleeding

    edge (it may bleed a lot) • Feature Branch new stuff incoming • Bug Fix Branch well, nobody is perfect 18