Created
January 7, 2016 19:37
-
-
Save mjlescano/ed62e9d81430c0144c95 to your computer and use it in GitHub Desktop.
Open all files with merge conflicts (with Sublime). From: https://coderwall.com/p/dy86xg/open-all-files-with-merge-conflicts-with-sublime
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 config --global alias.cf '!sh -c "git diff --name-only | uniq | xargs subl"' |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment