Skip to content

Instantly share code, notes, and snippets.

@jhsu
Last active September 24, 2015 14:37
Show Gist options
  • Save jhsu/763649 to your computer and use it in GitHub Desktop.
Save jhsu/763649 to your computer and use it in GitHub Desktop.
[alias]
edit = !$EDITOR $(git status --short | awk '$1 ~ /^M|A|U/ {print $2}' )
@bquorning
Copy link

Just what I needed. Thanks for sharing.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment