Skip to content

Instantly share code, notes, and snippets.

@joecannatti
Created August 24, 2011 13:52
Show Gist options
  • Save joecannatti/1168114 to your computer and use it in GitHub Desktop.
Save joecannatti/1168114 to your computer and use it in GitHub Desktop.
Open modified files in splits in Vi
vi -o $(git status | grep modified | awk '{print $3}')
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment