Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/git/git-reference.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAaron Beckerman <aaron@aaronbeckerman.com>2010-08-11 06:29:26 +0400
committerAaron Beckerman <aaron@aaronbeckerman.com>2010-08-11 06:29:26 +0400
commit600d19ef968f71f1ac20e2dbd9aa77e0c8b3e6f7 (patch)
tree29c9d0dcdc42b45d7e6f6c8aba981217cf1fa979 /remotes
parent06c6fdfbb723d3d3efa8a3837c8db7ffa43b05b2 (diff)
fixing typo: it's -> its
Diffstat (limited to 'remotes')
-rw-r--r--remotes/index.html2
1 files changed, 1 insertions, 1 deletions
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
</pre>
<p>Pretty easy. Now if someone clones that repository they will get exactly
- what I have committed and all of it's history.</p>
+ what I have committed and all of its history.</p>
<p>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.