diff --git a/branching/index.html b/branching/index.html index 21ca658..7d01b4d 100644 --- a/branching/index.html +++ b/branching/index.html @@ -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 erlang ^master, or vice versa. + Note that the Windows command-line treats ^ as a special + character, in which case you'll need to surround ^master + in quotes.