Use main as default branch

This commit is contained in:
Loic Nageleisen 2023-10-21 13:36:58 +02:00
parent a9557c127e
commit 13fb27218f
Signed by: lloeki
GPG key ID: D05DAEE6889F94C2

View file

@ -44,3 +44,5 @@
modified = !git status --porcelain | perl -ne '/^M (.*)/ and print \"$1\\n\"'
conflicts = !git status --porcelain | perl -ne '/^UU (.*)/ and print \"$1\\n\"'
fetch-pr = !git fetch origin pull/${1}/head:pr/${1}
[init]
defaultBranch = main