diff options
author | J. Bruce Fields <bfields@citi.umich.edu> | 2007-06-21 23:17:40 -0400 |
---|---|---|
committer | J. Bruce Fields <bfields@citi.umich.edu> | 2007-07-08 18:02:16 -0400 |
commit | f0dc409c31c430e5a5e45161383fba7964b4044d (patch) | |
tree | 0b901922bcb22ca08a8c70422477764ee2cfbebb /Documentation | |
parent | 5478285961996560147e2fd39daf45b79f580641 (diff) | |
download | git-f0dc409c31c430e5a5e45161383fba7964b4044d.tar.gz |
tutorial: Fix typo
"You" should be "Alice" here.
Signed-off-by: "J. Bruce Fields" <bfields@citi.umich.edu>
Diffstat (limited to 'Documentation')
-rw-r--r-- | Documentation/tutorial.txt | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/Documentation/tutorial.txt b/Documentation/tutorial.txt index 118ff72869..965ec00a6b 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: |