From fd08a8c444b3f92a659467058929769fd48fa5e7 Mon Sep 17 00:00:00 2001 From: Boris Kolpackov Date: Fri, 6 May 2016 16:21:25 +0200 Subject: Minor documentation change --- cheatsheet.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/cheatsheet.txt b/cheatsheet.txt index 0f38214..4470135 100644 --- a/cheatsheet.txt +++ b/cheatsheet.txt @@ -6,7 +6,7 @@ Global Setup Tag - git tag -a x.y.z -m "Tag version x.y.z" + git tag -a X.Y.Z -m "Tag version X.Y.Z" Squash multiple commits into one -- cgit v1.1