From 8942821ec046238b6cea12e6dd4dfa7ba51c133e Mon Sep 17 00:00:00 2001 From: Stefan Naewe Date: Thu, 13 Nov 2014 10:40:07 +0000 Subject: gittutorial: fix output of 'git status' 'git status' doesn't output leading '#'s these days. Signed-off-by: Stefan Naewe Signed-off-by: Junio C Hamano --- Documentation/gittutorial.txt | 17 +++++++++-------- 1 file changed, 9 insertions(+), 8 deletions(-) (limited to 'Documentation/gittutorial.txt') diff --git a/Documentation/gittutorial.txt b/Documentation/gittutorial.txt index 8262196318..5dab0f8161 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 ..." 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 ..." to unstage) + + modified: file1 + modified: file2 + modified: file3 + ------------------------------------------------ If you need to make any further adjustments, do so now, and then add any -- cgit v1.2.3