diff options
author | Tobias Klauser <tklauser@distanz.ch> | 2023-05-03 23:14:11 +0200 |
---|---|---|
committer | Tobias Klauser <tklauser@distanz.ch> | 2023-05-03 23:14:11 +0200 |
commit | 2acc6b84912bc91371ca5ed4fe4bdef4cc5912a0 (patch) | |
tree | 7e4c362942881ab6a7019bdd2b701cb626e22c13 | |
parent | b86c2a8a267bdc6caff5febc43c294228e9f8dd1 (diff) |
.gitconfig: push.default=nothing
-rw-r--r-- | .gitconfig | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -52,7 +52,7 @@ [fetch] prune = true [push] - default = matching + default = nothing [pull] ff = only [merge] |