Change the default push policy

This commit is contained in:
Maximilian Friedersdorff 2026-02-26 10:01:54 +00:00
parent e718bd5cd1
commit 245b442aac

View file

@ -46,7 +46,8 @@
[mergetool "vimdiff"]
cmd = nvim -d $LOCAL $BASE $REMOTE $MERGED -c '$wincmd w' -c 'wincmd J'
[push]
default = simple
default = current
autoSetupRemote = true
[alias]
lg = log --graph --pretty=format:'%Cred%h%Creset %G? %ad %s %C(bold blue)<%an>%Creset %C(yellow)%d%Creset' --date=short
hist = log --graph --full-history --all --pretty=format:'%Cred%h%Creset %G? %ad %s %C(bold blue)<%an>%Creset %C(yellow)%d%Creset' --date=short