16 lines
217 B
Markdown
16 lines
217 B
Markdown
## git 基本操作
|
|
|
|
|
|
#### 配置代理
|
|
```bash
|
|
git config --global http.proxy http://127.0.0.1:7890
|
|
git config --global https.proxy ttp://127.0.0.1:7890
|
|
```
|
|
|
|
#### 更新git
|
|
|
|
```bash
|
|
git update-git-for-windows
|
|
```
|
|
|