summaryrefslogtreecommitdiffstats
path: root/gittutorial.html
diff options
context:
space:
mode:
authorJunio C Hamano <gitster@pobox.com>2014-11-19 15:06:27 -0800
committerJunio C Hamano <gitster@pobox.com>2014-11-19 15:06:27 -0800
commit1322024c7b831d85919fd8511e05ca730020e934 (patch)
tree154e74581f80741e50b31f652d8487242b95f74a /gittutorial.html
parent19a0f4ed47b947ea5b66e7cac85d2277ab5c0505 (diff)
downloadgit-htmldocs-1322024c7b831d85919fd8511e05ca730020e934.tar.gz
Autogenerated HTML docs for v2.2.0-rc2-23-gca0107
Diffstat (limited to 'gittutorial.html')
-rw-r--r--gittutorial.html18
1 files changed, 9 insertions, 9 deletions
diff --git a/gittutorial.html b/gittutorial.html
index 829c3f750..2cfa3c68e 100644
--- a/gittutorial.html
+++ b/gittutorial.html
@@ -839,14 +839,14 @@ summary of the situation with <em>git status</em>:</p></div>
<div class="listingblock">
<div class="content">
<pre><code>$ git status
-# On branch master
-# Changes to be committed:
-# (use "git reset HEAD &lt;file&gt;..." to unstage)
-#
-# modified: file1
-# modified: file2
-# modified: file3
-#</code></pre>
+On branch master
+Changes to be committed:
+Your branch is up-to-date with 'origin/master'.
+ (use "git reset HEAD &lt;file&gt;..." to unstage)
+
+ modified: file1
+ modified: file2
+ modified: file3</code></pre>
</div></div>
<div class="paragraph"><p>If you need to make any further adjustments, do so now, and then add any
newly modified content to the index. Finally, commit your changes with:</p></div>
@@ -1373,7 +1373,7 @@ digressions that may be interesting at this point are:</p></div>
<div id="footnotes"><hr /></div>
<div id="footer">
<div id="footer-text">
-Last updated 2014-11-18 13:45:37 PST
+Last updated 2014-11-19 15:05:50 PST
</div>
</div>
</body>