Created
November 2, 2017 17:26
-
-
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)
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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