Skip to content

Commit 1d874a3

Browse files
committed
Merge pull request #170 from zigarn/fix
Fix 'dummy ours merge strategy' display
2 parents 9ab7615 + 87b982d commit 1d874a3

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

book/08-customizing-git/sections/attributes.asc

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -314,12 +314,12 @@ You can set up an attribute like this:
314314
database.xml merge=ours
315315
----
316316

317-
[source,console]
318-
----
319317
And then define a dummy `ours` merge strategy with:
320-
----
321318

319+
[source,console]
320+
----
322321
$ git config --global merge.ours.driver true
322+
----
323323

324324
If you merge in the other branch, instead of having merge conflicts with the `database.xml` file, you see something like this:
325325

0 commit comments

Comments
 (0)