We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 4d9f6ed commit fdc2cc5Copy full SHA for fdc2cc5
branching/index.html
@@ -665,6 +665,9 @@ <h2>
665
front of the branch that we don't want to see. For instance, if we want
666
to see the commits that are in the 'erlang' branch that are not in the
667
'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.
671
</p>
672
673
<pre>
0 commit comments