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

Git a life

Git a life

A simple introduction about GIT and versioning.

Filippo Gangi Dino

June 23, 2017
Tweet

More Decks by Filippo Gangi Dino

Other Decks in Programming

Transcript

  1. Distributed VCS @mukkoo Git, Mercurial, Bazaar Hub Repository Server Server

    Server Server Repository Repository Repository Repository
  2. focus @mukkoo 1. Make the opposite of CVS (SVN) 2.

    Distributed workflow 3. Safe against file corruption 4. High performance
  3. Snapshot not DIFF @mukkoo 0 +2 +4 -3/2 DIFF: Every

    commit record differences 0 2 6 1,5 SNAPSHOT: Every commit record all file tree
  4. ignoring files (.gitignore) gitk and git gui (gui tools) shortcut

    and configs (.gitconfig) @mukkoo Settings and tools