Created
September 1, 2017 17:47
-
-
Save jglick/bff4c258ca65db04330053e2097c6444 to your computer and use it in GitHub Desktop.
git out
This file contains hidden or 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] | |
out = !git log --patch-with-stat --irreversible-delete --find-renames @{u}.. > /tmp/out.diff && $EDITOR /tmp/out.diff |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment