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
| ^^^^^^^ between this marker and `|||||||` is the code that we're merging into
6
6
LL | x: u8,
7
7
LL | |||||||
8
-
| -------
8
+
| ------- between this marker and `=======` is the base code (what the two refs diverged from)
9
9
LL | z: (),
10
10
LL | =======
11
-
| -------
11
+
| ------- between this marker and `>>>>>>>` is the incoming code
12
12
LL | y: i8,
13
13
LL | >>>>>>> branch
14
-
| ^^^^^^^ above this are the incoming code changes
14
+
| ^^^^^^^
15
15
|
16
-
= help: if you're having merge conflicts after pulling new code, the top section is the code you already had and the bottom section is the remote code
17
-
= help: if you're in the middle of a rebase, the top section is the code being rebased onto and the bottom section is the code coming from the current commit being rebased
18
-
= note: for an explanation on these markers from the `git` documentation, visit <https://git-scm.com/book/en/v2/Git-Tools-Advanced-Merging#_checking_out_conflicts>
16
+
= help: conflict markers indicate that a merge was started but could not be completed due to merge conflicts
17
+
= help: to resolve a conflict, keep only the code you want and then delete the lines containing conflict markers
18
+
= note: for more information, visit the `git` documentation <https://git-scm.com/book/en/v2/Git-Tools-Advanced-Merging#_checking_out_conflicts>
| ^^^^^^^ between this marker and `=======` is the code that we're merging into
6
6
LL | Foo(u8),
7
7
LL | =======
8
-
| -------
8
+
| ------- between this marker and `>>>>>>>` is the incoming code
9
9
LL | Bar(i8),
10
10
LL | >>>>>>> branch
11
-
| ^^^^^^^ above this are the incoming code changes
11
+
| ^^^^^^^
12
12
|
13
-
= help: if you're having merge conflicts after pulling new code, the top section is the code you already had and the bottom section is the remote code
14
-
= help: if you're in the middle of a rebase, the top section is the code being rebased onto and the bottom section is the code coming from the current commit being rebased
15
-
= note: for an explanation on these markers from the `git` documentation, visit <https://git-scm.com/book/en/v2/Git-Tools-Advanced-Merging#_checking_out_conflicts>
13
+
= help: conflict markers indicate that a merge was started but could not be completed due to merge conflicts
14
+
= help: to resolve a conflict, keep only the code you want and then delete the lines containing conflict markers
15
+
= note: for more information, visit the `git` documentation <https://git-scm.com/book/en/v2/Git-Tools-Advanced-Merging#_checking_out_conflicts>
| ^^^^^^^ between this marker and `=======` is the code that we're merging into
6
6
LL | x: u8,
7
7
LL | =======
8
-
| -------
8
+
| ------- between this marker and `>>>>>>>` is the incoming code
9
9
LL | x: i8,
10
10
LL | >>>>>>> branch
11
-
| ^^^^^^^ above this are the incoming code changes
11
+
| ^^^^^^^
12
12
|
13
-
= help: if you're having merge conflicts after pulling new code, the top section is the code you already had and the bottom section is the remote code
14
-
= help: if you're in the middle of a rebase, the top section is the code being rebased onto and the bottom section is the code coming from the current commit being rebased
15
-
= note: for an explanation on these markers from the `git` documentation, visit <https://git-scm.com/book/en/v2/Git-Tools-Advanced-Merging#_checking_out_conflicts>
13
+
= help: conflict markers indicate that a merge was started but could not be completed due to merge conflicts
14
+
= help: to resolve a conflict, keep only the code you want and then delete the lines containing conflict markers
15
+
= note: for more information, visit the `git` documentation <https://git-scm.com/book/en/v2/Git-Tools-Advanced-Merging#_checking_out_conflicts>
| ^^^^^^^ between this marker and `=======` is the code that we're merging into
6
6
LL | fn foo() {}
7
7
LL | =======
8
-
| -------
8
+
| ------- between this marker and `>>>>>>>` is the incoming code
9
9
LL | fn bar() {}
10
10
LL | >>>>>>> branch
11
-
| ^^^^^^^ above this are the incoming code changes
11
+
| ^^^^^^^
12
12
|
13
-
= help: if you're having merge conflicts after pulling new code, the top section is the code you already had and the bottom section is the remote code
14
-
= help: if you're in the middle of a rebase, the top section is the code being rebased onto and the bottom section is the code coming from the current commit being rebased
15
-
= note: for an explanation on these markers from the `git` documentation, visit <https://git-scm.com/book/en/v2/Git-Tools-Advanced-Merging#_checking_out_conflicts>
13
+
= help: conflict markers indicate that a merge was started but could not be completed due to merge conflicts
14
+
= help: to resolve a conflict, keep only the code you want and then delete the lines containing conflict markers
15
+
= note: for more information, visit the `git` documentation <https://git-scm.com/book/en/v2/Git-Tools-Advanced-Merging#_checking_out_conflicts>
| ^^^^^^^ between this marker and `=======` is the code that we're merging into
6
6
LL | fn foo() {}
7
7
LL | =======
8
-
| -------
8
+
| ------- between this marker and `>>>>>>>` is the incoming code
9
9
LL | fn bar() {}
10
10
LL | >>>>>>> branch
11
-
| ^^^^^^^ above this are the incoming code changes
11
+
| ^^^^^^^
12
12
|
13
-
= help: if you're having merge conflicts after pulling new code, the top section is the code you already had and the bottom section is the remote code
14
-
= help: if you're in the middle of a rebase, the top section is the code being rebased onto and the bottom section is the code coming from the current commit being rebased
15
-
= note: for an explanation on these markers from the `git` documentation, visit <https://git-scm.com/book/en/v2/Git-Tools-Advanced-Merging#_checking_out_conflicts>
13
+
= help: conflict markers indicate that a merge was started but could not be completed due to merge conflicts
14
+
= help: to resolve a conflict, keep only the code you want and then delete the lines containing conflict markers
15
+
= note: for more information, visit the `git` documentation <https://git-scm.com/book/en/v2/Git-Tools-Advanced-Merging#_checking_out_conflicts>
| ^^^^^^^ between this marker and `=======` is the code that we're merging into
6
6
LL | S::foo();
7
7
LL | =======
8
-
| -------
8
+
| ------- between this marker and `>>>>>>>` is the incoming code
9
9
LL | S::bar();
10
10
LL | >>>>>>> branch
11
-
| ^^^^^^^ above this are the incoming code changes
11
+
| ^^^^^^^
12
12
|
13
-
= help: if you're having merge conflicts after pulling new code, the top section is the code you already had and the bottom section is the remote code
14
-
= help: if you're in the middle of a rebase, the top section is the code being rebased onto and the bottom section is the code coming from the current commit being rebased
15
-
= note: for an explanation on these markers from the `git` documentation, visit <https://git-scm.com/book/en/v2/Git-Tools-Advanced-Merging#_checking_out_conflicts>
13
+
= help: conflict markers indicate that a merge was started but could not be completed due to merge conflicts
14
+
= help: to resolve a conflict, keep only the code you want and then delete the lines containing conflict markers
15
+
= note: for more information, visit the `git` documentation <https://git-scm.com/book/en/v2/Git-Tools-Advanced-Merging#_checking_out_conflicts>
| ^^^^^^^ between this marker and `=======` is the code that we're merging into
6
6
LL | x: 42,
7
7
LL | =======
8
-
| -------
8
+
| ------- between this marker and `>>>>>>>` is the incoming code
9
9
LL | x: 0,
10
10
LL | >>>>>>> branch
11
-
| ^^^^^^^ above this are the incoming code changes
11
+
| ^^^^^^^
12
12
|
13
-
= help: if you're having merge conflicts after pulling new code, the top section is the code you already had and the bottom section is the remote code
14
-
= help: if you're in the middle of a rebase, the top section is the code being rebased onto and the bottom section is the code coming from the current commit being rebased
15
-
= note: for an explanation on these markers from the `git` documentation, visit <https://git-scm.com/book/en/v2/Git-Tools-Advanced-Merging#_checking_out_conflicts>
13
+
= help: conflict markers indicate that a merge was started but could not be completed due to merge conflicts
14
+
= help: to resolve a conflict, keep only the code you want and then delete the lines containing conflict markers
15
+
= note: for more information, visit the `git` documentation <https://git-scm.com/book/en/v2/Git-Tools-Advanced-Merging#_checking_out_conflicts>
| ^^^^^^^ between this marker and `=======` is the code that we're merging into
6
6
LL | x: u8,
7
7
LL | =======
8
-
| -------
8
+
| ------- between this marker and `>>>>>>>` is the incoming code
9
9
LL | x: i8,
10
10
LL | >>>>>>> branch
11
-
| ^^^^^^^ above this are the incoming code changes
11
+
| ^^^^^^^
12
12
|
13
-
= help: if you're having merge conflicts after pulling new code, the top section is the code you already had and the bottom section is the remote code
14
-
= help: if you're in the middle of a rebase, the top section is the code being rebased onto and the bottom section is the code coming from the current commit being rebased
15
-
= note: for an explanation on these markers from the `git` documentation, visit <https://git-scm.com/book/en/v2/Git-Tools-Advanced-Merging#_checking_out_conflicts>
13
+
= help: conflict markers indicate that a merge was started but could not be completed due to merge conflicts
14
+
= help: to resolve a conflict, keep only the code you want and then delete the lines containing conflict markers
15
+
= note: for more information, visit the `git` documentation <https://git-scm.com/book/en/v2/Git-Tools-Advanced-Merging#_checking_out_conflicts>
| ^^^^^^^ between this marker and `=======` is the code that we're merging into
6
6
LL | fn foo() {}
7
7
LL | =======
8
-
| -------
8
+
| ------- between this marker and `>>>>>>>` is the incoming code
9
9
LL | fn bar() {}
10
10
LL | >>>>>>> branch
11
-
| ^^^^^^^ above this are the incoming code changes
11
+
| ^^^^^^^
12
12
|
13
-
= help: if you're having merge conflicts after pulling new code, the top section is the code you already had and the bottom section is the remote code
14
-
= help: if you're in the middle of a rebase, the top section is the code being rebased onto and the bottom section is the code coming from the current commit being rebased
15
-
= note: for an explanation on these markers from the `git` documentation, visit <https://git-scm.com/book/en/v2/Git-Tools-Advanced-Merging#_checking_out_conflicts>
13
+
= help: conflict markers indicate that a merge was started but could not be completed due to merge conflicts
14
+
= help: to resolve a conflict, keep only the code you want and then delete the lines containing conflict markers
15
+
= note: for more information, visit the `git` documentation <https://git-scm.com/book/en/v2/Git-Tools-Advanced-Merging#_checking_out_conflicts>
0 commit comments