aboutsummaryrefslogtreecommitdiff
path: root/Documentation/tutorial.txt
diff options
context:
space:
mode:
authorJ. Bruce Fields <bfields@citi.umich.edu>2007-06-21 23:17:40 -0400
committerJ. Bruce Fields <bfields@citi.umich.edu>2007-07-08 18:02:16 -0400
commitf0dc409c31c430e5a5e45161383fba7964b4044d (patch)
tree0b901922bcb22ca08a8c70422477764ee2cfbebb /Documentation/tutorial.txt
parent5478285961996560147e2fd39daf45b79f580641 (diff)
downloadgit-f0dc409c31c430e5a5e45161383fba7964b4044d.tar.gz
git-f0dc409c31c430e5a5e45161383fba7964b4044d.tar.xz
tutorial: Fix typo
"You" should be "Alice" here. Signed-off-by: "J. Bruce Fields" <bfields@citi.umich.edu>
Diffstat (limited to 'Documentation/tutorial.txt')
-rw-r--r--Documentation/tutorial.txt2
1 files changed, 1 insertions, 1 deletions
diff --git a/Documentation/tutorial.txt b/Documentation/tutorial.txt
index 118ff7286..965ec00a6 100644
--- a/Documentation/tutorial.txt
+++ b/Documentation/tutorial.txt
@@ -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: