Skip to content

Instantly share code, notes, and snippets.

@mthelander
Created January 10, 2012 23:44
Show Gist options
  • Save mthelander/1591962 to your computer and use it in GitHub Desktop.
Save mthelander/1591962 to your computer and use it in GitHub Desktop.
Bash script to open all modified/untracked files for the current git repository
vim $(git status --porcelain --untracked-files=all | sed -re "s/^.+\s//")
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment