diff options
Diffstat (limited to 'doc/tips/centralized_git_repository_tutorial.mdwn')
-rw-r--r-- | doc/tips/centralized_git_repository_tutorial.mdwn | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/doc/tips/centralized_git_repository_tutorial.mdwn b/doc/tips/centralized_git_repository_tutorial.mdwn index 977a583cc..00283829f 100644 --- a/doc/tips/centralized_git_repository_tutorial.mdwn +++ b/doc/tips/centralized_git_repository_tutorial.mdwn @@ -131,7 +131,7 @@ which will broadcast its updated location information. ## take it farther Of course you can create as many checkouts as you desire. If you have a -desktop matchine too, you can make a checkout there, and use `git remote +desktop machine too, you can make a checkout there, and use `git remote add` to also let your desktop access the backup repository. You can add remotes for each direct connection between machines you find you |