Skip to content

Instantly share code, notes, and snippets.

@jhelwig
Created June 17, 2015 16:38
Show Gist options
  • Save jhelwig/2f433bb03f690976a31a to your computer and use it in GitHub Desktop.
Save jhelwig/2f433bb03f690976a31a to your computer and use it in GitHub Desktop.
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' -
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment