10 minutes pour Git

Preview:

DESCRIPTION

Une rapide (trés) introduction à Git

Citation preview

GitEn 10 minutes - plus ou moins

1mercredi 13 février 13

Merci

2mercredi 13 février 13

Définition

Ultralingua -> andouille n.f. Grossier

Robert & Collins -> (Brit: pej) (idiot) (man) con ** m, connard ** m ; (woman) conne ** f, connasse ** f

3mercredi 13 février 13

Oubliez

CVS

SVN

Et tout ce que vous pouvez comprendre d'un SCM

4mercredi 13 février 13

SimpleSHA-1

file

tree

commit

branch

tag

5mercredi 13 février 13

Versionning

6mercredi 13 février 13

Local

7mercredi 13 février 13

Serveur central

8mercredi 13 février 13

Mais aussi

9mercredi 13 février 13

Commandes 1/2

cp file file.old

git init

git add

git commit

10mercredi 13 février 13

Commandes 2/2git remote -v

git remote add <nom> <url>

git push

git fetch

git merge

git pull

11mercredi 13 février 13

Démo !

12mercredi 13 février 13

Ressources

http://git-scm.com/book - Pro Githttp://git-scm.com/documentation

http://gitref.org/

https://help.github.com/

13mercredi 13 février 13

Open Source

https://github.com/nledez/git-author

https://github.com/nledez/php-git-hooker

14mercredi 13 février 13

Merci

15mercredi 13 février 13

Source des images

http://git-scm.com/book/en/

16mercredi 13 février 13

Recommended