summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorGrégoire Duchêne <gduchene@awhk.org>2024-10-20 15:48:42 +0100
committerGrégoire Duchêne <gduchene@awhk.org>2024-10-20 15:48:42 +0100
commit77c5974a9c525f06b23e2d4f9958b354fabb2b29 (patch)
tree51c1879e16759a2dc51f4aadf718f7d01a847faa
parent7286d7a3d0c9b394ffbf2ea6b80ad09966647a5d (diff)
git: Set ‘push.followTags’ to ‘true’
-rw-r--r--git/config3
1 files changed, 3 insertions, 0 deletions
diff --git a/git/config b/git/config
index ffef153..264acf2 100644
--- a/git/config
+++ b/git/config
@@ -26,5 +26,8 @@
[pull]
ff = only
+[push]
+ followTags = true
+
[user]
name = Grégoire Duchêne