aboutsummaryrefslogtreecommitdiff
path: root/Documentation/tutorial.txt
diff options
context:
space:
mode:
authorJunio C Hamano <gitster@pobox.com>2007-07-08 18:28:31 -0700
committerJunio C Hamano <gitster@pobox.com>2007-07-08 18:28:31 -0700
commit5c054a985a5b7e758f48353ac03582c9b2a9f919 (patch)
treefd7b293e45a73c805ff6130bfcf48ad123953f58 /Documentation/tutorial.txt
parent82576ddb70d0a2ed88fa3fee2f4ad05ab5b77401 (diff)
parentccd71866b0c7253f988c4836eeb888e4abcc2da1 (diff)
downloadgit-5c054a985a5b7e758f48353ac03582c9b2a9f919.tar.gz
git-5c054a985a5b7e758f48353ac03582c9b2a9f919.tar.xz
Merge branch 'maint'
* maint: user-manual: fix directory name in git-archive example user-manual: more explanation of push and pull usage tutorial: Fix typo user-manual: grammar and style fixes
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 53403c6db..bd9fbee99 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: