From 06c6fdfbb723d3d3efa8a3837c8db7ffa43b05b2 Mon Sep 17 00:00:00 2001 From: Aaron Beckerman Date: Wed, 11 Aug 2010 02:24:03 +0000 Subject: [PATCH] removing unnecessary period --- remotes/index.html | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/remotes/index.html b/remotes/index.html index 394874c..82172a9 100644 --- a/remotes/index.html +++ b/remotes/index.html @@ -194,7 +194,7 @@ github git@github.com:schacon/hw.git (push) 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 - can read about it in more detail in the. + can read about it in more detail in the official docs.