Code

Replace "remote tracking" with "remote-tracking"
[git.git] / Documentation / gittutorial.txt
index 1c1606696e3771f1b881c18689b049b53a8a3539..f1f4086389445a44645e57c2340cc94266f92835 100644 (file)
@@ -385,7 +385,7 @@ alice$ git fetch bob
 
 Unlike the longhand form, when Alice fetches from Bob using a
 remote repository shorthand set up with 'git remote', what was
-fetched is stored in a remote tracking branch, in this case
+fetched is stored in a remote-tracking branch, in this case
 `bob/master`.  So after this:
 
 -------------------------------------