This commit is contained in:
丁树 2023-10-20 11:10:54 +08:00
commit 7ef93d5a50

View File

@ -81,7 +81,7 @@ git remote add origin git@github.com:mick-xu/xxx.git
git push -u origin master
```
### 清除 git 缓存
### 清除 git 缓存,解决添加 .gitignore 不生效的问题
```bash
git rm -r --cached .