Colors in GIT
Saturday, February 21st, 2009This one will be short:
git config --global color.ui true
The command above will color your git output (branches, file status etc) green and red. Very, very handy.
This one will be short:
git config --global color.ui true
The command above will color your git output (branches, file status etc) green and red. Very, very handy.
Guys form Box UK released “a checklist that all websites should be checked against before launch“. It’s full of “oh, I know that!”, but I can imagine finding it very helpful when estimating project due dates and, of course, when launching the website/app – because you probably won’t remember some of them. Pretty cool.