Created
April 13, 2017 17:36
-
-
Save ghills/25f8fd6aacc8facab7232688995bdf19 to your computer and use it in GitHub Desktop.
gitconfig under WSL
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
| [merge] | |
| tool = bc3 | |
| [diff] | |
| guitool = bc3 | |
| tool = bc3 | |
| [difftool "bc3"] | |
| path = /mnt/c/Program Files/Beyond Compare 4/BComp.exe | |
| [mergetool "bc3"] | |
| path = /mnt/c/Program Files/Beyond Compare 4/BComp.exe |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment