chore: format markdown code. (#42)

* format: fix markdown

* update: fix markdown

* update: fix cron problems

* update: delete .markdownlintignore

* update

* chore: add tab -> 4 space

* chore: fix tab -> 2 in the .editorconfig 5701da6e5b
This commit is contained in:
jaywcjlove
2022-11-10 17:53:00 +00:00
parent 7ac361a3ac
commit 1396acb0ea
33 changed files with 217 additions and 180 deletions

View File

@ -873,15 +873,18 @@ M834 80h400000v40h-400000z"></path></svg></span></span></span><span class="vlist
</div></div></div><div class="wrap h3body-not-exist row-span-2"><div class="wrap-header h3wrap"><h3 id="列表步骤"><a aria-hidden="true" tabindex="-1" href="#列表步骤"><span class="icon icon-link"></span></a>列表步骤</h3><div class="wrap-body">
<!--rehype:wrap-class=row-span-2-->
<ul class="style-timeline">
<li><strong>重命名为 new_name</strong>
<li>
<p><strong>重命名为 new_name</strong></p>
<pre class="language-bash"><code class="language-bash code-highlight"><span class="code-line">$ <span class="token function">git</span> branch <span class="token parameter variable">-m</span> <span class="token operator">&#x3C;</span>new_name<span class="token operator">></span>
</span></code></pre>
</li>
<li>推送和<strong>重置</strong>
<li>
<p>推送和<strong>重置</strong></p>
<pre class="language-bash"><code class="language-bash code-highlight"><span class="code-line">$ <span class="token function">git</span> push origin <span class="token parameter variable">-u</span> <span class="token operator">&#x3C;</span>new_name<span class="token operator">></span>
</span></code></pre>
</li>
<li>删除远程分支
<li>
<p>删除远程分支</p>
<pre class="language-bash"><code class="language-bash code-highlight"><span class="code-line">$ <span class="token function">git</span> push origin <span class="token parameter variable">--delete</span> <span class="token operator">&#x3C;</span>old<span class="token operator">></span>
</span></code></pre>
</li>