Learn Topics
Portfolio
(opens new window)
GitHub
(opens new window)
#
Git Commands
#
Applying .gitignore to committed files
(opens new window)
Edit
.gitignore
to match the file you want to ignore
git rm --cached /path/to/file
#
See also:
How do I git rm a file without deleting it from disk?
(opens new window)
Remove a file from a Git repository without deleting it from the local filesystem
(opens new window)
Ignoring a directory from a Git repo after it's been added
(opens new window)
←
ES6
Manage the version number
→