git: Push relevant tags by default See --follow-tags in git-push(1)
1 file changed, 1 insertion(+), 0 deletions(-)
jump to
M git/.config/git/config → git/.config/git/config
@@ -9,6 +9,7 @@ status = auto ui = true [push] default = current + followTags = true [alias] up = merge FETCH_HEAD st = status -sb