Merge pull request #25 from mikelehen/master
Note about ^ for windows command-line users and a typo fix.
This commit is contained in:
@@ -664,6 +664,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>
|
||||
|
Reference in New Issue
Block a user