cleanup git config
Signed-off-by: ahuston-0 <aliceghuston@gmail.com>
This commit is contained in:
parent
0ddd85d247
commit
0087268b21
19
.gitconfig
19
.gitconfig
@ -1,22 +1,5 @@
|
|||||||
|
# run `grep -Pv "^#" .gitconfig >> .git/config` to append the merge config to your repo file :)
|
||||||
[mergetool "sops-mergetool"]
|
[mergetool "sops-mergetool"]
|
||||||
cmd = bash -c "$(git --exec-path)/sops-mergetool.sh \"$BASE\" \"$LOCAL\" \"$REMOTE\" \"$MERGED\""
|
cmd = bash -c "$(git --exec-path)/sops-mergetool.sh \"$BASE\" \"$LOCAL\" \"$REMOTE\" \"$MERGED\""
|
||||||
[merge]
|
[merge]
|
||||||
tool = nvimdiff3
|
tool = nvimdiff3
|
||||||
[push]
|
|
||||||
autoSetupRemote = true
|
|
||||||
[core]
|
|
||||||
repositoryformatversion = 0
|
|
||||||
filemode = true
|
|
||||||
bare = false
|
|
||||||
logallrefupdates = true
|
|
||||||
[remote "origin"]
|
|
||||||
url = git@github.com:RAD-Development/nix-dotfiles.git
|
|
||||||
fetch = +refs/heads/*:refs/remotes/origin/*
|
|
||||||
[branch "main"]
|
|
||||||
remote = origin
|
|
||||||
merge = refs/heads/main
|
|
||||||
pushRemote = origin
|
|
||||||
[branch "feature/palatine-hill-nut-2.0"]
|
|
||||||
pushRemote = origin
|
|
||||||
remote = origin
|
|
||||||
merge = refs/heads/feature/palatine-hill-nut-2.0
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user