diff options
author | Junio C Hamano <gitster@pobox.com> | 2007-07-08 18:28:31 -0700 |
---|---|---|
committer | Junio C Hamano <gitster@pobox.com> | 2007-07-08 18:28:31 -0700 |
commit | 5c054a985a5b7e758f48353ac03582c9b2a9f919 (patch) | |
tree | fd7b293e45a73c805ff6130bfcf48ad123953f58 /Documentation/tutorial.txt | |
parent | 82576ddb70d0a2ed88fa3fee2f4ad05ab5b77401 (diff) | |
parent | ccd71866b0c7253f988c4836eeb888e4abcc2da1 (diff) | |
download | git-5c054a985a5b7e758f48353ac03582c9b2a9f919.tar.gz |
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.txt | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/Documentation/tutorial.txt b/Documentation/tutorial.txt index 53403c6db3..bd9fbee99a 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: |