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.