User Tools

Site Tools


git:git-apply-changes-in-gitignore

Back to git main page

After modifying .gitignore file, it may be convenient to apply this changes to the files maintained by git. First we remove the ca

git rm -r --cached .

Then you can add the files (ex; all files)

git add --all
git/git-apply-changes-in-gitignore.txt · Last modified: 2023/03/31 12:17 by 127.0.0.1