]> git.phdru.name Git - git-wiki.git/commitdiff
Change tag(s) => tags
authorOleg Broytman <phd@phdru.name>
Wed, 3 Jun 2015 20:27:03 +0000 (23:27 +0300)
committerOleg Broytman <phd@phdru.name>
Wed, 3 Jun 2015 20:27:03 +0000 (23:27 +0300)
pep-git.txt

index c123c389a0105284c043935ec8667f6e7f72eb64..ef0274c4317bb2e7eac473ac07a63260dbfd59a6 100644 (file)
@@ -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