command

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

PostgreSQL Monitoring Tools

One day, you will need to monitor your database to analyse the performences, the number of queries, … Some tools exist ! pg_top This is the cousin of the simple […]

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