user-manual: use pithier example commit
[gitweb.git] / Documentation / tutorial.txt
index f55d4083edd518a0dad26a37ac4d5c6877184c4f..965ec00a6b403d1a4d23c7db2d08198480dc4f5b 100644 (file)
@@ -132,8 +132,8 @@ and newly modified files, and in both cases it takes a snapshot of the
 given files and stages that content in the index, ready for inclusion in
 the next commit.
 
-Viewing the changelog
----------------------
+Viewing project history
+-----------------------
 
 At any point you can view the history of your changes using
 
@@ -304,7 +304,7 @@ it easier:
 $ git remote add bob /home/bob/myrepo
 ------------------------------------------------
 
-With this, you can perform the first operation alone using the
+With this, Alice can perform the first operation alone using the
 "git fetch" command without merging them with her own branch,
 using: