Skip to content

Commit

Permalink
Merge pull request progit#170 from zigarn/fix
Browse files Browse the repository at this point in the history
Fix 'dummy ours merge strategy' display
  • Loading branch information
ben committed Nov 13, 2014
2 parents 9ab7615 + 87b982d commit 1d874a3
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions book/08-customizing-git/sections/attributes.asc
Original file line number Diff line number Diff line change
Expand Up @@ -314,12 +314,12 @@ You can set up an attribute like this:
database.xml merge=ours
----

[source,console]
----
And then define a dummy `ours` merge strategy with:
----

[source,console]
----
$ git config --global merge.ours.driver true
----

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

Expand Down

0 comments on commit 1d874a3

Please sign in to comment.