Merge branch 'sn/tutorial-status-output-example'
[gitweb.git] / Documentation / gittutorial.txt
index 710e6364ea907b1632dca3af68f19c3a33ae45f3..b00c67df46dad4efe93dddc7ead0a7422aa47c32 100644 (file)
@@ -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