21:02
2015-08-11
gist.github.com
developer-tools
Remove unwanted files from a git repo AFTER adding a .gitignore. The files will remain on disk.
This article provides a script to remove files from a Git repository that were committed before a `.gitignore` file was added. The commands use `git ls-files` to identify and un-track files matching tโฆ