From 30c29e008eb934501f7ee4d2e73a8279f1511988 Mon Sep 17 00:00:00 2001 From: Oleg Broytman Date: Wed, 3 Jun 2015 23:27:03 +0300 Subject: [PATCH] Change tag(s) => tags --- pep-git.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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 -- 2.39.2