默认页面
<h3>git操作</h3>
<pre><code class="language-php">//初始化仓库
git init
git add README.md
git commit -m "first commit"
git remote add origin https://github.com/lixing1359199697/5464654654.git
git push -u origin master
git push -u origin master -f //忽略所有东西强制覆盖(慎重使用)
git push origin master //推送到master分支上</code></pre>
<h4>公钥生成</h4>
<pre><code>ssh-keygen -t rsa -C "1359199697@qq.com" //生成密钥</code></pre>
<p><img src="https://www.showdoc.cc/server/api/common/visitfile/sign/97d1aa74f1cbe39d8627da4e52d2380c?showdoc=.jpg" alt="" /></p>