Last active
July 17, 2023 20:43
-
-
Save mattdkerr/8fb3c954f465871fa5d9159d788ba4bc to your computer and use it in GitHub Desktop.
Use BC4 in Windows, launched from WSL2
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
[diff] | |
tool = bc | |
[difftool "bc"] | |
cmd=\"/mnt/c/Program Files/Beyond Compare 4/BComp.exe\" "$(wslpath -aw $LOCAL)" "$(wslpath -aw $REMOTE)" | |
[mergetool "bc"] | |
cmd=\"/mnt/c/Program Files/Beyond Compare 4/BComp.exe\" "$(wslpath -aw $LOCAL)" "$(wslpath -aw $REMOTE)" "$(wslpath -aw $BASE)" "$(wslpath -aw $MERGED)" | |
[merge] | |
tool = bc |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
put into your WSL's gitconfig via
git config --global -e