git/config: set default-branch & ignore skipped cherry-picks
Some checks failed
Build / Lint Code Base (push) Has been cancelled
CI / build (push) Has been cancelled

This commit is contained in:
Felix Buehler 2026-02-02 20:30:42 +01:00
parent 4be0c9ae64
commit 531430c1eb

View file

@ -101,3 +101,7 @@
pruneTags = true
[help]
autocorrect = prompt
[init]
defaultBranch = main
[advice]
skippedCherryPicks = false