Skip to content

Commit 6390e50

Browse files
committed
Merge pull request progit#360 from oldsharp/pull/monospace/07-git-tools/advanced-merging
Fix Monospace Issue in 07-git-tools advanced-merging
2 parents 6f45c8c + 0cc7c55 commit 6390e50

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

book/07-git-tools/sections/advanced-merging.asc

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -675,8 +675,8 @@ $
675675
You can see that there is no difference between the branch we were on and the result of the merge.
676676

677677
This can often be useful to basically trick Git into thinking that a branch is already merged when doing a merge later on.
678-
For example, say you branched off a ``release'' branch and have done some work on it that you will want to merge back into your ``master'' branch at some point.
679-
In the meantime some bugfix on ``master'' needs to be backported into your `release` branch.
678+
For example, say you branched off a `release` branch and have done some work on it that you will want to merge back into your `master` branch at some point.
679+
In the meantime some bugfix on `master` needs to be backported into your `release` branch.
680680
You can merge the bugfix branch into the `release` branch and also `merge -s ours` the same branch into your `master` branch (even though the fix is already there) so when you later merge the `release` branch again, there are no conflicts from the bugfix.
681681

682682
include::subtree-merges.asc[]

0 commit comments

Comments
 (0)