nix-dotfiles/.gitconfig
ahuston-0 0087268b21 cleanup git config
Signed-off-by: ahuston-0 <aliceghuston@gmail.com>
2024-04-28 16:41:25 +00:00

6 lines
257 B
INI

# run `grep -Pv "^#" .gitconfig >> .git/config` to append the merge config to your repo file :)
[mergetool "sops-mergetool"]
cmd = bash -c "$(git --exec-path)/sops-mergetool.sh \"$BASE\" \"$LOCAL\" \"$REMOTE\" \"$MERGED\""
[merge]
tool = nvimdiff3