Skip to content

Commit 7c129b0

Browse files
author
Matthew McCullough
committed
Merge pull request #25 from mikelehen/master
Note about ^ for windows command-line users and a typo fix.
2 parents 6906a99 + 39dbc55 commit 7c129b0

File tree

2 files changed

+4
-1
lines changed

2 files changed

+4
-1
lines changed

branching/index.html

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -664,6 +664,9 @@ <h2>
664664
front of the branch that we don't want to see. For instance, if we want
665665
to see the commits that are in the 'erlang' branch that are not in the
666666
'master' branch, we can do <code>erlang ^master</code>, or vice versa.
667+
Note that the Windows command-line treats <code>^</code> as a special
668+
character, in which case you'll need to surround <code>^master</code>
669+
in quotes.
667670
</p>
668671

669672
<pre>

remotes/index.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -94,7 +94,7 @@ <h4>
9494
</h4>
9595

9696
<p>If you want to share a locally created repository, or you want to take
97-
contributions from someone elses repository - if you want to interact in
97+
contributions from someone else's repository - if you want to interact in
9898
any way with a new repository, it's generally easiest to add it as a remote.
9999
You do that by running <code>git remote add [alias] [url]</code>. That
100100
adds <code>[url]</code> under a local remote named <code>[alias]</code>.</p>

0 commit comments

Comments
 (0)