Skip to content

Commit

Permalink
tutorial: fix conflict formatting issue
Browse files Browse the repository at this point in the history
  • Loading branch information
scott2000 committed Nov 25, 2024
1 parent 61f0000 commit ea72a4a
Showing 1 changed file with 5 additions and 2 deletions.
7 changes: 5 additions & 2 deletions docs/tutorial.md
Original file line number Diff line number Diff line change
Expand Up @@ -343,8 +343,11 @@ Then run `jj squash` to move the resolution into the conflicted commit.
$ cat file1
<<<<<<< Conflict 1 of 1
%%%%%%% Changes from base to side #1
-b1+a+++++++ Contents of side #2
b2>>>>>>> Conflict 1 of 1 ends
-b1
+a
+++++++ Contents of side #2
b2
>>>>>>> Conflict 1 of 1 ends
$ echo resolved > file1
Expand Down

0 comments on commit ea72a4a

Please sign in to comment.