Skip to content

Instantly share code, notes, and snippets.

View dlopuch's full-sized avatar

Dan Lopuch dlopuch

  • @NanoGrid Technologies, PBC
  • San Francisco, CA
View GitHub Profile
@dlopuch
dlopuch / .gitconfig
Created July 8, 2017 20:07
Env setup
[alias]
# Some neat aliases from http://durdn.com/blog/2012/11/22/must-have-git-aliases-advanced-examples/
# More on that page for the true git ninja
# Show commit log one per line color coded
ls = log --pretty=format:"%C(yellow)%h%Cred%d\\ %Creset%s%Cblue\\ [%cn]" --decorate
# Show commit log showing only changed files
ll = log --pretty=format:"%C(yellow)%h%Cred%d\\ %Creset%s%Cblue\\ [%cn]" --decorate --numstat