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

Git & GitHub 101

Git & GitHub 101

An introduction to using Git with GitHub. A presentation made to my AP Computer Science class.

Ethan Turkeltaub

November 28, 2011
Tweet

More Decks by Ethan Turkeltaub

Other Decks in Technology

Transcript

  1. <<<<<<< HEAD Many Hello World Examples ======= Hello World Lang

    Examples >>>>>>> fix_readme This project has examples of hello world in nearly every programming language.
  2. (make some changes) git add . git rm some/unneeded/file git

    commit –m ‘Made some changes, removed an unneeded file.’ git push origin master