-
-
Save kerrizor/c876bf1d7b0b50a05588 to your computer and use it in GitHub Desktop.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
[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