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

Git and Github: Version control for a happier you

Git and Github: Version control for a happier you

Lightning talk for McFullStack.

Wendy Liu

April 11, 2015
Tweet

More Decks by Wendy Liu

Other Decks in Technology

Transcript

  1. about me - Wendy Liu - McGill Math & Computer

    Science '14 - 4 years experience with Git
  2. about me - Wendy Liu - McGill Math & Computer

    Science '14 - 4 years experience with Git - @dellsystem on Twitter
  3. keeps track of changes extremely flexible developed by linus torvalds

    free and open source primarily command-line enter git.
  4. what git can do for you history blame better debugging

    safe experimentation easy deploys
  5. git commit -m 'test' CHANGES I WANT IN MY NEXT

    COMMIT ALL THE OTHER CHANGES a new commit, with message 'test'
  6. CHANGES I WANT IN MY NEXT COMMIT ALL THE OTHER

    CHANGES the commit with message 'test' (nothing here yet)
  7. website collaborative coding, via git (mostly) free to use major

    part of developer ecosystem (esp. OSS) what is github?
  8. what github can do for you issue-tracking remote backups access

    your files from anywhere graphical, easy-to-use UI