File tree Expand file tree Collapse file tree 2 files changed +5
-18
lines changed
Expand file tree Collapse file tree 2 files changed +5
-18
lines changed Original file line number Diff line number Diff line change @@ -436,23 +436,10 @@ <h1 id="i-want-a-cherry">i want a cherry</h1>
436436< p > how we look into it?
437437a git conflict its where git dont know what to do cuz your source and the source of the repo before that commit are different
438438its really simple</ p >
439- < p > <<<<<<< HEAD
440- ======= that source with the commit applied (should appear as a hash of commit)</ p >
441- < blockquote >
442- < blockquote >
443- < blockquote >
444- < blockquote >
445- < blockquote >
446- < blockquote >
447- < blockquote >
448- < p > end of the confflict</ p >
449- </ blockquote >
450- </ blockquote >
451- </ blockquote >
452- </ blockquote >
453- </ blockquote >
454- </ blockquote >
455- </ blockquote >
439+ < pre > < code > <<<<<<< HEAD
440+ ======= that source with the commit applied (should appear as a hash of commit)
441+ >>>>>>> end of the confflict
442+ </ code > </ pre >
456443< p > we dont want to apply a commit cuz tons of confflicts and urlazy?</ p >
457444< pre > < code > git cherry-pick --ship
458445</ code > </ pre >
You can’t perform that action at this time.
0 commit comments