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

git.pdf

Christopher Prener
September 12, 2019
36

 git.pdf

Christopher Prener

September 12, 2019
Tweet

Transcript

  1. GIT WORKFLOW GIT AND GITHUB TYPICAL WORKFLOW Commits are snapshots

    of files that
 are saved at particular points in time.
  2. GIT AND GITHUB TYPICAL WORKFLOW “OK, so why the $#&%

    did I save a
 second copy?!?!?! And why the $#&% was the first copy 
 edited after the second copy!?!?!?
  3. GIT AND GITHUB GIT WORKFLOW Local repos can “sync” with

    a “remote”
 repo, making backup and sharing easy
  4. GIT AND GITHUB GIT WORKFLOW Copying data for the first

    time from 
 GitHub is called making a “clone”
  5. GIT AND GITHUB GIT WORKFLOW Copying data for the first

    time from 
 GitHub is called making a “clone” Clone make
 changes Stage & 
 Commit Push