gittutorial: fix output of 'git status'
'git status' doesn't output leading '#'s these days. Signed-off-by: Stefan Naewe <stefan.naewe@gmail.com> Signed-off-by: Junio C Hamano <gitster@pobox.com>
This commit is contained in:

committed by
Junio C Hamano

parent
7fa1365c54
commit
8942821ec0
@ -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
|
||||
|
Reference in New Issue
Block a user