编程笔记

Git-如何让.gitignore生效

9/5/2023 2:28:40 PM
0
#清除缓存
git rm -r --cached .
#添加
git add .
#提交
git commit -m "更新.gitignore"
#推送到远程地址
git push github main:main

友情链接

Copyright @2021-2024 关于