Last active
November 25, 2019 15:42
-
-
Save iiic/dae8e77c21e0eb4f6ea9ac92bece8eba to your computer and use it in GitHub Desktop.
můj gitconfig s nastavením mergetool a difftool pro vscode
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
[user] | |
email = [email protected] | |
name = Michal Lupečka | |
username = ic | |
[merge] | |
tool = vscode | |
[mergetool "vscode"] | |
cmd = code --wait $MERGED | |
[diff] | |
tool = vscode | |
[difftool "vscode"] | |
cmd = code --wait --diff $LOCAL $REMOTE | |
[core] | |
editor = code --wait | |
autocrlf = false | |
eol = lf | |
[color] | |
ui = auto | |
[ui] | |
# Nastaveni asi pouze pro Mercurial, ale jinde snad neuskodi | |
username = ic <[email protected]> |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
lokace ve Windows: C:\Users<username>.gitconfig