Skip to content

Instantly share code, notes, and snippets.

@jhsu
Created May 21, 2012 17:20
Show Gist options
  • Save jhsu/2763383 to your computer and use it in GitHub Desktop.
Save jhsu/2763383 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