update:git

This commit is contained in:
dichgrem
2025-11-06 20:24:00 +08:00
parent 83dc86033f
commit 30857cbbb3
17 changed files with 12 additions and 1 deletions

View File

@@ -71,6 +71,12 @@ git config [--global] user.email "[email address]"
```
git config core.ignorecase false
```
- 配置git默认使用的编辑器
```
git config --global core.editor "nvim"
```
## 连接远程仓库
连接到远程仓库并推送需要证明你有权写入仓库。早期Github可以使用密码认证现在则使用密钥认证。

View File

@@ -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 &quot;nvim&quot;
</span></code></pre>
<h2 id="lian-jie-yuan-cheng-cang-ku">连接远程仓库</h2>
<p>连接到远程仓库并推送需要证明你有权写入仓库。早期Github可以使用密码认证现在则使用密钥认证。</p>
<ul>

Binary file not shown.

Binary file not shown.

Binary file not shown.

Binary file not shown.

Binary file not shown.

Binary file not shown.

View File

@@ -1 +1 @@
{"version":"1.3.0","languages":{"en":{"hash":"en_51c5905d47","wasm":"en","page_count":77}}}
{"version":"1.3.0","languages":{"en":{"hash":"en_1515ccaa8c","wasm":"en","page_count":77}}}

Binary file not shown.