From 53bfee1b052ab4ed57758641216438c835403417 Mon Sep 17 00:00:00 2001 From: Toby Vincent Date: Tue, 16 May 2023 16:27:14 -0500 Subject: fix(git): set push.followTags = true --- git/.config/git/config | 1 + 1 file changed, 1 insertion(+) diff --git a/git/.config/git/config b/git/.config/git/config index 2efb934..94aa306 100644 --- a/git/.config/git/config +++ b/git/.config/git/config @@ -21,6 +21,7 @@ defaultBranch = main [push] autoSetupRemote = true +followTags = true [pull] rebase = true -- cgit v1.2.3-70-g09d2