diff options
Diffstat (limited to 'cheatsheet.txt')
-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 |