X-Git-Url: https://git.phdru.name/?a=blobdiff_plain;f=pep-git.txt;h=ef0274c4317bb2e7eac473ac07a63260dbfd59a6;hb=30c29e008eb934501f7ee4d2e73a8279f1511988;hp=c123c389a0105284c043935ec8667f6e7f72eb64;hpb=90bba115aceff9a9ca34c024c418c821320e6c9f;p=git-wiki.git diff --git a/pep-git.txt b/pep-git.txt index c123c38..ef0274c 100644 --- a/pep-git.txt +++ b/pep-git.txt @@ -298,7 +298,7 @@ For example:: 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 tag(s) list them explicitly:: +pushed). To push tags list them explicitly:: $ git push origin tag 1.4.2 $ git push origin v1 v2 tag 2.1.7