From 0ff60161a0567dbe065e3b3fb496798b7f5d8e14 Mon Sep 17 00:00:00 2001 From: Gautier Nilhcem Date: Wed, 21 Sep 2011 20:10:13 +0800 Subject: [PATCH] Typo fixing --- remotes/index.html | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/remotes/index.html b/remotes/index.html index df16b27..403e6cf 100644 --- a/remotes/index.html +++ b/remotes/index.html @@ -193,7 +193,7 @@ github git@github.com:schacon/hw.git (push) immediately followed by a git merge of the branch on that remote that is tracked by whatever branch you are currently in. I personally don't much like this command - I prefer running fetch and merge - seperately. Less magic, less problems. However, if you like this idea, you + separately. Less magic, less problems. However, if you like this idea, you can read about it in more detail in the official docs.