-
Notifications
You must be signed in to change notification settings - Fork 6
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Merge branch 'johan/conflict-marker-styling'
- Loading branch information
Showing
14 changed files
with
261 additions
and
180 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,8 +1,8 @@ | ||
This is an example of git conflict markers. | ||
|
||
<<<<<<< HEAD | ||
[32mThis line was added on the [7mmain[27m branch.[0m | ||
||||||| 07ffb9b | ||
======= | ||
[32mThis line was added on the [7mbranch named "[27mbranch[7m"[27m.[0m | ||
>>>>>>> branch | ||
[7m<<<<<<< HEAD | ||
[7m[27m[32mThis line was added on the [7mmain[27m branch.[0m | ||
[7m||||||| 07ffb9b | ||
[7m======= | ||
[7m[27m[32mThis line was added on the [7mbranch named "[27mbranch[7m"[27m.[0m | ||
[7m>>>>>>> branch |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,8 +1,8 @@ | ||
This is an example of git conflict markers. | ||
|
||
<<<<<<< HEAD | ||
[32mThis line is [7mchanged[27m on the main branch.[0m | ||
||||||| 07ffb9b | ||
[32m[31mThis line is [7mfrom the initial commit[27m on the main branch.[0m | ||
======= | ||
>>>>>>> branch | ||
[7m<<<<<<< HEAD | ||
[7m[27m[32mThis line is [7mchanged[27m on the main branch.[0m | ||
[7m||||||| 07ffb9b | ||
[7m[27m[31mThis line is [7mfrom the initial commit[27m on the main branch.[0m | ||
[7m======= | ||
[7m>>>>>>> branch |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,9 +1,9 @@ | ||
This is an example of git conflict markers. | ||
|
||
<<<<<<< HEAD | ||
[32mThis line is [7mchanged[27m on the main branch.[0m | ||
||||||| 07ffb9b | ||
[32m[31mThis line is [7mfrom the initial commit on the main [27mbranch.[0m | ||
======= | ||
[32mThis line is from the [7mbranch named "[27mbranch[7m"[27m.[0m | ||
>>>>>>> branch | ||
[7m<<<<<<< HEAD | ||
[7m[27m[32mThis line is [7mchanged[27m on the main branch.[0m | ||
[7m||||||| 07ffb9b | ||
[7m[27m[31mThis line is [7mfrom the initial commit on the main [27mbranch.[0m | ||
[7m======= | ||
[7m[27m[32mThis line is from the [7mbranch named "[27mbranch[7m"[27m.[0m | ||
[7m>>>>>>> branch |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,7 +1,7 @@ | ||
This is an example of git conflict markers. | ||
|
||
<<<<<<< HEAD | ||
[31mThis line is [7mchanged on[27m the [7mmain[27m branch.[0m | ||
======= | ||
[32mThis line is [7mfrom[27m the [7mbranch named "[27mbranch[7m"[27m.[0m | ||
>>>>>>> branch | ||
[7m<<<<<<< HEAD | ||
[7m[27m[31mThis line is [7mchanged on[27m the [7mmain[27m branch.[0m | ||
[7m======= | ||
[7m[27m[32mThis line is [7mfrom[27m the [7mbranch named "[27mbranch[7m"[27m.[0m | ||
[7m>>>>>>> branch |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,16 @@ | ||
diff --cc lines.txt | ||
index 97515f1,f42366c..0000000 | ||
--- lines.txt | ||
+++ lines.txt | ||
@@@ -1,3 -1,6 +1,11 @@@ | ||
First line | ||
++<<<<<<< HEAD | ||
++||||||| 3b5ce9b | ||
++Caesar | ||
++======= | ||
+ Adam | ||
+ Bertil | ||
+ Caesar | ||
++>>>>>>> branch | ||
Last line | ||
|
Oops, something went wrong.