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

Git intro

Git intro

Slides for the Git and Github Intro. Also see ASCII streams on https://asciinema.org/~cdiener.

Christian Diener

August 29, 2016
Tweet

More Decks by Christian Diener

Other Decks in Programming

Transcript

  1. Motivation Git and Guacamole Why versioning control?  CC BY-SA

     cdiener.com  @thaasophobia  cdiener
  2. Motivation Git and Guacamole Before we begin.. 1 git config

    --global user.name "My name" 2 git config --global user.email "[email protected]"  CC BY-SA  cdiener.com  @thaasophobia  cdiener