Created
November 14, 2013 22:12
-
-
Save devpuppy/7475194 to your computer and use it in GitHub Desktop.
alias diffedit
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
# subl . + all files that have been edited in this branch | |
# your $EDITOR may vary | |
alias diffedit="(echo '.' && git diff --name-only `git merge-base origin/master HEAD`) | xargs subl" |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment