mirror of
https://github.com/cupcakearmy/memoir.git
synced 2025-02-02 04:16:28 +00:00
256 B
256 B
Remove files from repository
How to remove files from the repository, without deleting them locally. Original SO
# File
git rm --cached file_to_remove.txt
# Dir
git rm --cached -r directory_to_remove