From 77c5974a9c525f06b23e2d4f9958b354fabb2b29 Mon Sep 17 00:00:00 2001 From: Grégoire Duchêne Date: Sun, 20 Oct 2024 15:48:42 +0100 Subject: git: Set ‘push.followTags’ to ‘true’ MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- git/config | 3 +++ 1 file changed, 3 insertions(+) (limited to 'git/config') 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 -- cgit v1.2.3-70-g09d2