gitconfig - jinwooklim/my-exp GitHub Wiki

~/.gitconfig

[user]
        email = [email protected]
        name = Aaa Bbb
[core]
    editor = code --wait
[diff]
    tool = default-difftool
[difftool "default-difftool"]
    cmd = code --wait --diff $LOCAL $REMOTE
[merge]
    tool = vscode
[mergetool "vscode"]
    cmd = code --wait $MERGED