summaryrefslogtreecommitdiffstats
path: root/gittutorial-2.html
diff options
context:
space:
mode:
authorJunio C Hamano <gitster@pobox.com>2012-02-13 00:09:03 -0800
committerJunio C Hamano <gitster@pobox.com>2012-02-13 00:09:03 -0800
commitd300403d591ea503f69ca10aeef5ae004e177ff3 (patch)
tree719f0a98ec462d9934b317f581744b2ad9905f4e /gittutorial-2.html
parent87460b8b963a11850c587ff0e6437b0902ee7da8 (diff)
downloadgit-htmldocs-d300403d591ea503f69ca10aeef5ae004e177ff3.tar.gz
Autogenerated HTML docs for v1.7.9-250-g624d3
Diffstat (limited to 'gittutorial-2.html')
-rw-r--r--gittutorial-2.html6
1 files changed, 3 insertions, 3 deletions
diff --git a/gittutorial-2.html b/gittutorial-2.html
index fae4be7ae..ae3b6fdb6 100644
--- a/gittutorial-2.html
+++ b/gittutorial-2.html
@@ -608,12 +608,12 @@ $ echo 'hello world' &gt; file.txt
$ git add .
$ git commit -a -m "initial commit"
[master (root-commit) 54196cc] initial commit
- 1 files changed, 1 insertions(+), 0 deletions(-)
+ 1 file changed, 1 insertion(+)
create mode 100644 file.txt
$ echo 'hello world!' &gt;file.txt
$ git commit -a -m "add emphasis"
[master c4d59f3] add emphasis
- 1 files changed, 1 insertions(+), 1 deletions(-)</tt></pre>
+ 1 file changed, 1 insertion(+), 1 deletion(-)</tt></pre>
</div></div>
<div class="paragraph"><p>What are the 7 digits of hex that git responded to the commit with?</p></div>
<div class="paragraph"><p>We saw in part one of the tutorial that commits have names like this.
@@ -991,7 +991,7 @@ example, creating a new commit.</p></div>
<div id="footnotes"><hr /></div>
<div id="footer">
<div id="footer-text">
-Last updated 2011-11-15 13:45:02 PDT
+Last updated 2012-02-13 00:08:46 PDT
</div>
</div>
</body>