X-Git-Url: https://git.phdru.name/?p=git-wiki.git;a=blobdiff_plain;f=pep-git.txt;h=8ef719d2ba83a54cb7fe2b72e3731463f87ece50;hp=af8fc37292c30a62537df299c7cc746a9a5012a2;hb=e9e7f5a63ac0b7c94f1bb3db7ef0d04921683129;hpb=bb5daae63fb5070f59e30b831190f6d3d8ce5958 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