Skip to content

Instantly share code, notes, and snippets.

@nbar1
Created November 18, 2013 20:30
Show Gist options
  • Save nbar1/7534773 to your computer and use it in GitHub Desktop.
Save nbar1/7534773 to your computer and use it in GitHub Desktop.
Opens all modified files in tabs in vi
vi -p `git status -s | cut -c4-`
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment