Introduction to GIT – Without deep shit ! – Avantages



Introduction to GIT – Without deep shit ! – Avantages

0 0


git-presentation

A funny presentation for Git

On Github erfindel / git-presentation

Introduction to GIT

Without deep shit !

Created by Ghislain GAUCHER / @erfindel - Last Friday Talk - 30/05/2014

In software development, Git is a distributed revision control and source code management system. It was initially designed and developed by Linux Torvals, creator of Linux Kernel, in 2005.

Concurrents

Online repositories

Avantages

Speed !!!!!

Space compactness

  • Mozilla repo. with SVN : 12GB
  • Mozilla repo. with GIT : 420MB

Branches

Basic commands

                        git clone git@github.com:erfindel/git-presentation.git
git checkout -b my-feature
git status
git add 
git commit
git push origin my-feature
                        
                    

A successful Git branching model

source