1
0
Fork 0

Fix "elses" to "else's"

This commit is contained in:
Michael Lehenbauer 2011-04-03 16:25:13 -07:00
parent fdc2cc52b4
commit 39dbc55a49
1 changed files with 1 additions and 1 deletions

View File

@ -94,7 +94,7 @@ origin git@github.com:schacon/git-reference.git (push)
</h4>
<p>If you want to share a locally created repository, or you want to take
contributions from someone elses repository - if you want to interact in
contributions from someone else's repository - if you want to interact in
any way with a new repository, it's generally easiest to add it as a remote.
You do that by running <code>git remote add [alias] [url]</code>. That
adds <code>[url]</code> under a local remote named <code>[alias]</code>.</p>