dotfiles/.gitconfig
2025-05-11 21:34:57 -05:00

10 lines
166 B
INI

[user]
name = TheFlyingFool
email = nick.kyky@gmail.com
[diff]
tool = vscode
[difftool "vscode"]
cmd = "code --wait --diff $LOCAL $REMOTE "
[fetch]
prune = true