]> git.ipfire.org Git - thirdparty/git.git/blobdiff - Documentation/gitworkflows.txt
Documentation: avoid poor-man's small caps GIT
[thirdparty/git.git] / Documentation / gitworkflows.txt
index 8b8c6ae5d3f3a3a12b875b106a3bbb5642c8e172..e2e7d65c087cb0fbc12cff62fec5a66b35163f42 100644 (file)
@@ -242,7 +242,7 @@ tag to the tip of 'master' indicating the release version:
 .Release tagging
 [caption="Recipe: "]
 =====================================
-`git tag -s -m "GIT X.Y.Z" vX.Y.Z master`
+`git tag -s -m "Git X.Y.Z" vX.Y.Z master`
 =====================================
 
 You need to push the new tag to a public git server (see