1
0
Fork 0

Add note that ^ is a special character in windows.

This commit is contained in:
Michael Lehenbauer 2011-04-03 16:17:00 -07:00
parent 4d9f6ed2cf
commit fdc2cc52b4
1 changed files with 3 additions and 0 deletions

View File

@ -665,6 +665,9 @@ b7ae93b added from ruby
front of the branch that we don't want to see. For instance, if we want
to see the commits that are in the 'erlang' branch that are not in the
'master' branch, we can do <code>erlang ^master</code>, or vice versa.
Note that the Windows command-line treats <code>^</code> as a special
character, in which case you'll need to surround <code>^master</code>
in quotes.
</p>
<pre>