Skip to content

Instantly share code, notes, and snippets.

@jglick
Created September 1, 2017 17:47
Show Gist options
  • Star 2 You must be signed in to star a gist
  • Fork 1 You must be signed in to fork a gist
  • Save jglick/bff4c258ca65db04330053e2097c6444 to your computer and use it in GitHub Desktop.
Save jglick/bff4c258ca65db04330053e2097c6444 to your computer and use it in GitHub Desktop.
git out
[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