From e9e7f5a63ac0b7c94f1bb3db7ef0d04921683129 Mon Sep 17 00:00:00 2001 From: Oleg Broytman Date: Tue, 7 Jul 2015 04:01:49 +0300 Subject: [PATCH] Fix: lightweight tags can be pushed too --- pep-git.txt | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/pep-git.txt b/pep-git.txt index af8fc37..8ef719d 100644 --- a/pep-git.txt +++ b/pep-git.txt @@ -347,8 +347,7 @@ For example:: $ git fetch origin v1:v1 tag 2.1.7 Git doesn't automatically pushes tags. That allows you to have private -tags (lightweight tags are also private for a repo, they cannot be -pushed). To push tags list them explicitly:: +tags. To push tags list them explicitly:: $ git push origin tag 1.4.2 $ git push origin v1 v2 tag 2.1.7 -- 2.39.2