Skip to content

Commit fdc2cc5

Browse files
committed
Add note that ^ is a special character in windows.
1 parent 4d9f6ed commit fdc2cc5

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

branching/index.html

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

670673
<pre>

0 commit comments

Comments
 (0)