git: Set push.default
Do not push anything (error out) unless a refspec is given. We want to avoid mistakes by always being explicit. See https://git-scm.com/docs/git-config#Documentation/git-config.txt-pushdefault
This commit is contained in:
parent
643e1be349
commit
ccdb81f9b5
1 changed files with 1 additions and 0 deletions
|
@ -36,6 +36,7 @@
|
|||
rebase = false
|
||||
[push]
|
||||
followTags = true
|
||||
default = nothing
|
||||
[interactive]
|
||||
diffFilter = delta --color-only
|
||||
[delta]
|
||||
|
|
Loading…
Reference in a new issue