diff options
author | Boris Kolpackov <boris@codesynthesis.com> | 2016-05-06 16:21:25 +0200 |
---|---|---|
committer | Boris Kolpackov <boris@codesynthesis.com> | 2016-05-06 16:21:25 +0200 |
commit | fd08a8c444b3f92a659467058929769fd48fa5e7 (patch) | |
tree | 1ce360e98932e360a5c7ba4e88f869a4b74b4624 | |
parent | 1aa0352af74106657ddd23fc6365fb5efe66e464 (diff) |
Minor documentation change
-rw-r--r-- | cheatsheet.txt | 2 |
1 files changed, 1 insertions, 1 deletions
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 |