龙岩网站建设要多久,建筑建设行业网站,如何制作营销网站模板,网站每个月8g流量如何让.gitignore文件生效
改动过.gitignore文件之后#xff0c;在repo的根目录下运行
# 先将当前仓库的文件的暂存区中剔除
git rm -r --cached .# 再添加所有的文件到暂存区#xff0c;这时.gitignore文件就会生效了
git add .# 提交
git commit -m fixed untracke…如何让.gitignore文件生效
改动过.gitignore文件之后在repo的根目录下运行
# 先将当前仓库的文件的暂存区中剔除
git rm -r --cached .# 再添加所有的文件到暂存区这时.gitignore文件就会生效了
git add .# 提交
git commit -m fixed untracked files