1
0
Fork 0

fixing typo: it's -> its

This commit is contained in:
Aaron Beckerman 2010-08-11 02:29:26 +00:00
parent 06c6fdfbb7
commit 600d19ef96
1 changed files with 1 additions and 1 deletions

View File

@ -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.