Git: push current branch by default

This commit is contained in:
Tobias Manske 2023-01-24 21:18:54 +01:00
parent db695bc0f2
commit 75a125c57f
Signed by: tobias
GPG Key ID: E83C743C1FC2F79A
1 changed files with 1 additions and 0 deletions

View File

@ -21,6 +21,7 @@
rebase = true
[push]
autoSetupRemote = true
default = current
[interactive]
diffFilter = delta --color-only
[delta]