useful-stuff

A place to keep all those useful code snippets, links etc

View project on GitHub

GIT

Useful git commands

lg

A better log command.

git config --global alias.lg "log --color --graph --pretty=format:'%Cred%h%Creset -%C(yellow)%d%Creset %s %Cgreen(%cr) %C(bold blue)<%an>%Creset' --abbrev-commit"

See codewall.com