summaryrefslogtreecommitdiffstats
path: root/gittutorial.txt
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.txt
parent19a0f4ed47b947ea5b66e7cac85d2277ab5c0505 (diff)
downloadgit-htmldocs-1322024c7b831d85919fd8511e05ca730020e934.tar.gz
Autogenerated HTML docs for v2.2.0-rc2-23-gca0107
Diffstat (limited to 'gittutorial.txt')
-rw-r--r--gittutorial.txt17
1 files changed, 9 insertions, 8 deletions
diff --git a/gittutorial.txt b/gittutorial.txt
index 710e6364e..b00c67df4 100644
--- a/gittutorial.txt
+++ b/gittutorial.txt
@@ -107,14 +107,15 @@ summary of the situation with 'git status':
------------------------------------------------
$ git status
-# On branch master
-# Changes to be committed:
-# (use "git reset HEAD <file>..." to unstage)
-#
-# modified: file1
-# modified: file2
-# modified: file3
-#
+On branch master
+Changes to be committed:
+Your branch is up-to-date with 'origin/master'.
+ (use "git reset HEAD <file>..." to unstage)
+
+ modified: file1
+ modified: file2
+ modified: file3
+
------------------------------------------------
If you need to make any further adjustments, do so now, and then add any