Code

git-checkout: Test for relative path use.
[git.git] / Documentation / tutorial.txt
index 53403c6db31d4fbe0ac8d8d8cacfcc5374b6f86c..fff1068c54e313efd4fb16a330c24d4749bc7712 100644 (file)
@@ -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:
 
@@ -339,7 +339,7 @@ $ git pull . remotes/bob/master
 -------------------------------------
 
 Note that git pull always merges into the current branch,
-regardless of what else is given on the commandline.
+regardless of what else is given on the command line.
 
 Later, Bob can update his repo with Alice's latest changes using