From e6b9f81cd6ed759262800339d66b130c4e1f53ac Mon Sep 17 00:00:00 2001 From: Waldir Pimenta Date: Tue, 3 Jan 2017 19:32:35 +0000 Subject: [PATCH] fix --contains example --- pages/common/git-tag.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pages/common/git-tag.md b/pages/common/git-tag.md index 84ff402d2e33c2..b683543ffffd69 100644 --- a/pages/common/git-tag.md +++ b/pages/common/git-tag.md @@ -25,4 +25,4 @@ - List tags that contain a given commit: -`git tag --contains ` +`git tag --contains {{commit}}`