Skip to content

Commit 01b6992

Browse files
committed
Deployed 767a2d7 with MkDocs version: 1.6.1
1 parent 1005795 commit 01b6992

File tree

2 files changed

+5
-18
lines changed

2 files changed

+5
-18
lines changed

en/git/index.html

Lines changed: 4 additions & 17 deletions
Original file line numberDiff line numberDiff line change
@@ -436,23 +436,10 @@ <h1 id="i-want-a-cherry">i want a cherry</h1>
436436
<p>how we look into it?
437437
a git conflict its where git dont know what to do cuz your source and the source of the repo before that commit are different
438438
its really simple</p>
439-
<p>&lt;&lt;&lt;&lt;&lt;&lt;&lt; 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>&lt;&lt;&lt;&lt;&lt;&lt;&lt; HEAD
440+
======= that source with the commit applied (should appear as a hash of commit)
441+
&gt;&gt;&gt;&gt;&gt;&gt;&gt; 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>

0 commit comments

Comments
 (0)