Git

A Short Intro

Git is...

  • Free & Open Source Distributed Version Control System
  • Designed by Linus Torvalds
    (for the Linux Kernel development)
git init
git clone https://repo-url.git
git add <file / directory>
git commit -m <message>

DEMO
TIME
IT IS!

Git Branching

\cc http://nvie.com/posts/a-successful-git-branching-model/

Git - An Intro

By johannesboyne

Git - An Intro

  • 1,000