From: Oleg Broytman Date: Wed, 3 Jun 2015 20:27:03 +0000 (+0300) Subject: Change tag(s) => tags X-Git-Url: https://git.phdru.name/?p=git-wiki.git;a=commitdiff_plain;h=30c29e008eb934501f7ee4d2e73a8279f1511988 Change tag(s) => tags --- 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