article/git/git基本操作.md
2023-09-07 17:25:32 +08:00

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
```