Friday, February 5, 2010

Essential Git commands

The following drawing (click to zoom) illustrates the basic Git commands I tend to use everyday. It was extracted from a presentation (in Spanish) I made on Continuum a few weeks ago.



(Drawing by Ricardo Alfaro, who took my ugly whiteboard sketch and somehow translated it into somehting nice and clear)

Fixed-width font on Gmail again

Updated on February 2010 to fix the composing area to fixed font again.

Looks like Gmail changed the classes of their HTML elements again, as the last trick for fixed font stopped working.

Fortunately, the update is very simple:

@-moz-document domain(mail.google.com)
{
/* GMail messages and textarea should use fixed-width font */
.gs .ii, textarea.Ak {
font-family: MonoSpace !important;
font-size: 10pt !important;
}
}


As usual, the previous snippet should go into the userContent.css file under <your firefox profile>/chrome/