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 […]

PhoneGap : Le commencement

PhoneGap permet de créer des applications pour appareils mobiles utilisant JavaScript, HTML5 et CSS3, au lieu de langages moins connus tels que l’Objective-C. Les applications qui en résultent sont hybrides, ce […]

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 […]