Skip to content

Instantly share code, notes, and snippets.

@jhelwig
jhelwig / keybase.md
Last active October 17, 2016 07:31
keybase.md

Keybase proof

I hereby claim:

  • I am jhelwig on github.
  • I am jhelwig (https://keybase.io/jhelwig) on keybase.
  • I have a public key ASBMutzBT6b4i8YyGmeDPQ-soW5KGtFuKUNAsW3xG3XKsAo

To claim this, I am signing this object:

@jhelwig
jhelwig / .gitconfig
Created June 17, 2015 16:38
Review aliases
[alias]
review = log -p --reverse -M -C -C --patience
review-topic = !sh -c 'git review ${1}^1..${1}^2' -
view-topic = !sh -c 'git log --reverse --stat -M -C -C ${1}^1..${1}^2' -