summaryrefslogtreecommitdiffstats
path: root/gitworkflows.html
diff options
context:
space:
mode:
authorJunio C Hamano <gitster@pobox.com>2013-02-05 21:13:21 -0800
committerJunio C Hamano <gitster@pobox.com>2013-02-05 21:13:21 -0800
commit076ffcc834f02a4f11d7f4fe8825be3b065020ff (patch)
tree6f5fa28df80c60c9b0a1dfab028d3db33ae22fa0 /gitworkflows.html
parent3f2ed6f9b744f05cf2ad32b0c0c80aa149d9fdcb (diff)
downloadgit-htmldocs-076ffcc834f02a4f11d7f4fe8825be3b065020ff.tar.gz
Autogenerated HTML docs for v1.8.1.2-545-g2f19ad
Diffstat (limited to 'gitworkflows.html')
-rw-r--r--gitworkflows.html8
1 files changed, 4 insertions, 4 deletions
diff --git a/gitworkflows.html b/gitworkflows.html
index 86e25ed7a..5bfbffe45 100644
--- a/gitworkflows.html
+++ b/gitworkflows.html
@@ -737,7 +737,7 @@ gitworkflows(7) Manual Page
<h2>NAME</h2>
<div class="sectionbody">
<p>gitworkflows -
- An overview of recommended workflows with git
+ An overview of recommended workflows with Git
</p>
</div>
</div>
@@ -969,9 +969,9 @@ tag to the tip of <em>master</em> indicating the release version:</p></div>
<div class="exampleblock">
<div class="title">Recipe: Release tagging</div>
<div class="content">
-<div class="paragraph"><p><code>git tag -s -m "GIT X.Y.Z" vX.Y.Z master</code></p></div>
+<div class="paragraph"><p><code>git tag -s -m "Git X.Y.Z" vX.Y.Z master</code></p></div>
</div></div>
-<div class="paragraph"><p>You need to push the new tag to a public git server (see
+<div class="paragraph"><p>You need to push the new tag to a public Git server (see
"DISTRIBUTED WORKFLOWS" below). This makes the tag available to
others tracking your project. The push could also trigger a
post-update hook to perform release-related items such as building
@@ -1226,7 +1226,7 @@ other options.</p></div>
<div id="footnotes"><hr /></div>
<div id="footer">
<div id="footer-text">
-Last updated 2012-05-02 15:00:44 PDT
+Last updated 2013-02-05 21:07:26 PST
</div>
</div>
</body>