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.