From: Oleg Broytman Date: Tue, 7 Jul 2015 01:01:49 +0000 (+0300) Subject: Fix: lightweight tags can be pushed too X-Git-Url: https://git.phdru.name/?p=git-wiki.git;a=commitdiff_plain;h=e9e7f5a63ac0b7c94f1bb3db7ef0d04921683129 Fix: lightweight tags can be pushed too --- 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