Skip to content

Instantly share code, notes, and snippets.

@xtream1101
Created November 2, 2017 17:26
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save xtream1101/9c1e157c3984cbc2a1104905f0b46b27 to your computer and use it in GitHub Desktop.
Save xtream1101/9c1e157c3984cbc2a1104905f0b46b27 to your computer and use it in GitHub Desktop.
Open all git files that have been modified or are untracked in sublime (or your editor of choice)
git status -s | cut -c4- | xargs -L1 sublime
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment