Skip to content

Instantly share code, notes, and snippets.

@kerrizor
Forked from jhelwig/.gitconfig
Last active August 29, 2015 14:23
Show Gist options
  • Save kerrizor/c876bf1d7b0b50a05588 to your computer and use it in GitHub Desktop.
Save kerrizor/c876bf1d7b0b50a05588 to your computer and use it in GitHub Desktop.
[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' -
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment