You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
You can also turn it on by creating the `.git/rr-cache` directory in a specific repository, but the config setting is clearer and it can be done globally.
26
26
27
27
Now let's see a simple example, similar to our previous one.
28
-
Let's say we have a file that looks like this:
28
+
Let's say we have a file named `hello.rb` that looks like this:
29
29
30
-
[source,console]
30
+
[source,ruby]
31
31
----
32
32
#! /usr/bin/env ruby
33
33
@@ -177,9 +177,8 @@ Patch failed at 0001 i18n one word
177
177
Now, we got the same merge conflict like we expected, but take a look at the `Resolved FILE using previous resolution` line.
178
178
If we look at the file, we'll see that it's already been resolved, there are no merge conflict markers in it.
0 commit comments