Created
October 18, 2018 19:52
-
-
Save kro12/1b92a4181b111dcbebcbc5aecb1c6335 to your computer and use it in GitHub Desktop.
Git Config update for Tower
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
[user] | |
name = Kro | |
email = [email protected] | |
[core] | |
editor = nano | |
[filter "lfs"] | |
required = true | |
clean = git-lfs clean -- %f | |
smudge = git-lfs smudge -- %f | |
process = git-lfs filter-process | |
# [mergetool] | |
# keepBackup = false | |
[merge] | |
tool = vscode | |
[mergetool "vscode"] | |
cmd = vsc --wait $MERGED | |
[diff] | |
tool = vscode | |
[difftool] | |
prompt = false | |
[difftool "vscode"] | |
cmd = vsc --wait --diff $LOCAL $REMOTE |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment