versionning

Here, you will find some useful (and a little advanced) use cases with git. The Cherry-pick TODO ….. Get the SHA1 of the last commit : git rev-parse HEAD Stash […]

Bazaar (bzr en ligne de commande) est un système de gestion de versions libre sponsorisé par Canonical Ltd. Il appartient à la catégorie des systèmes de gestion de version décentralisée. Ainsi, chaque copie de travail est un dépôt complet, […]

Configuration Parameters git config –global color.diff auto git config –global color.status auto git config –global color.branch auto Informations about you git config –global user.name “your_pseudo” git config –global user.email my_email@domain.com […]

Installation For Linux, the required packages are “git-core” (the real package) and “gitk” (graphical interface). sudo apt-get install git-core gitk For Mac Os X, you can use the installer from […]