git

In my terminal, when I type git log, I get something like : ESC[33mcommit 1e9eb4002f15bdfefade5775da0ff5c1a6ee1c5eESC[m Author: Jérome Maes <jem@openerp.com> Date: Mon Dec 8 10:10:12 2014 +0100 [ADD] rating : base […]

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

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

For this example, we follow the video : http://vimeo.com/43823464 Once Rails and Ruby are installed, choose a directory as a workspace. Go there with your terminal. Now, create the application rails […]