改动过.gitignore文件之后,在repo的根目录下运行:
C代码
- git rm -r --cached .
- git add .
之后可以进行提交:
C代码
- git commit -m "fixed untracked files"
原文地址:https://www.cnblogs.com/lxwphp/p/9035635.html
时间: 2024-11-08 21:48:09
改动过.gitignore文件之后,在repo的根目录下运行:
C代码
之后可以进行提交:
C代码
原文地址:https://www.cnblogs.com/lxwphp/p/9035635.html