mirror of
https://github.com/Dichgrem/Blog.git
synced 2025-12-17 05:51:58 -05:00
update:git
This commit is contained in:
@@ -182,6 +182,11 @@
|
||||
</ul>
|
||||
<pre style="background-color:#151515;color:#e8e8d3;"><code><span>git config core.ignorecase false
|
||||
</span></code></pre>
|
||||
<ul>
|
||||
<li>配置git默认使用的编辑器</li>
|
||||
</ul>
|
||||
<pre style="background-color:#151515;color:#e8e8d3;"><code><span>git config --global core.editor "nvim"
|
||||
</span></code></pre>
|
||||
<h2 id="lian-jie-yuan-cheng-cang-ku">连接远程仓库</h2>
|
||||
<p>连接到远程仓库并推送需要证明你有权写入仓库。早期Github可以使用密码认证,现在则使用密钥认证。</p>
|
||||
<ul>
|
||||
|
||||
Reference in New Issue
Block a user