aboutsummaryrefslogtreecommitdiffstats
path: root/Documentation/gittutorial.txt
diff options
context:
space:
mode:
authorJunio C Hamano <gitster@pobox.com>2014-11-19 13:47:59 -0800
committerJunio C Hamano <gitster@pobox.com>2014-11-19 13:47:59 -0800
commiteeb92d7e60d64c55cb6c766158dd078c905c95e0 (patch)
tree11e28ebfa3a2f212d90f1a1045c400d849a994f6 /Documentation/gittutorial.txt
parentbfd6b53aabade9865717e0afbfabfe85ba6c3055 (diff)
parent8942821ec046238b6cea12e6dd4dfa7ba51c133e (diff)
downloadgit-eeb92d7e60d64c55cb6c766158dd078c905c95e0.tar.gz
Merge branch 'sn/tutorial-status-output-example'
* sn/tutorial-status-output-example: gittutorial: fix output of 'git status'
Diffstat (limited to 'Documentation/gittutorial.txt')
-rw-r--r--Documentation/gittutorial.txt17
1 files changed, 9 insertions, 8 deletions
diff --git a/Documentation/gittutorial.txt b/Documentation/gittutorial.txt
index 710e6364ea..b00c67df46 100644
--- a/Documentation/gittutorial.txt
+++ b/Documentation/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