Skip to content

Instantly share code, notes, and snippets.

@AhmedKamal20
Created February 24, 2018 01:49
Show Gist options
  • Star 1 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save AhmedKamal20/18da6285b57b638e37d9b4c508610ea7 to your computer and use it in GitHub Desktop.
Save AhmedKamal20/18da6285b57b638e37d9b4c508610ea7 to your computer and use it in GitHub Desktop.
Open all modified files of the last commit with Sublime Text
git diff-tree --no-commit-id --name-only -r HEAD | xargs subl
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment