Created
September 26, 2019 03:24
-
-
Save zolotyh/c03f5887f1dce22dcce62d6c233d01da to your computer and use it in GitHub Desktop.
This file contains 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
[mergetool "intellij"] | |
cmd = /Applications/WebStorm.app/Contents/MacOS/webstorm merge \ | |
$(cd $(dirname "$LOCAL") && pwd)/$(basename "$LOCAL") \ | |
$(cd $(dirname "$REMOTE") && pwd)/$(basename "$REMOTE") \ | |
$(cd $(dirname "$BASE") && pwd)/$(basename "$BASE") \ | |
$(cd $(dirname "$MERGED") && pwd)/$(basename "$MERGED") \ | |
&& read -n 1 -s | |
[mergetool "vscode"] | |
cmd = code --wait $MERGED | |
[merge] | |
tool = intellij |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment