From 600d19ef968f71f1ac20e2dbd9aa77e0c8b3e6f7 Mon Sep 17 00:00:00 2001 From: Aaron Beckerman Date: Wed, 11 Aug 2010 02:29:26 +0000 Subject: [PATCH] fixing typo: it's -> its --- remotes/index.html | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/remotes/index.html b/remotes/index.html index 82172a9..2a97e36 100644 --- a/remotes/index.html +++ b/remotes/index.html @@ -280,7 +280,7 @@ To git@github.com:schacon/hw.git

Pretty easy. Now if someone clones that repository they will get exactly - what I have committed and all of it's history.

+ what I have committed and all of its history.

What if I have a topic branch like the 'erlang' branch we created earlier and I just want to share that? You can just push that branch instead.