Skip to content

Instantly share code, notes, and snippets.

@jhsu
Created June 11, 2012 15:50
Show Gist options
  • Save jhsu/2910783 to your computer and use it in GitHub Desktop.
Save jhsu/2910783 to your computer and use it in GitHub Desktop.
#!/usr/bin/env bash
$EDITOR $(git status --short | awk '$1 ~ /^M$/ {print $2}')
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment