git忽略已提交的文件


.gitignore用于过滤掉不需要git控制的文件或文件夹。然而,.gitignore对于已经添加至版本库的文件不起作用,必须在版本库中删除相应文件/文件夹才能忽略它们。

git rm --cached, –cached表示取消对该文件的追踪(track), 文件状态置为Untracted files, 工作区中仍保留, 从版本库中删除该文件,

# 文件夹加参数-r
git rm -r --cached <File/Dir>

然后将该文件添加至.gitignore即可。


一路嘿嘿

Bioinformatics, R enthusiast. Thoughts on reasarch, personal experience and other distractions.

Tags

blogdown font ggplot git github github pages Homebrew html hugo icon liner algebra linux machine learning R scholar sublime text 3 tidyverse