Git rm – How to remove a file from git source control but not delete it.
Use the --cached option git rm to remove a file from source git source control without deleting it form your hard drive. Learn about git on GitGuys.com. ... Thanks for the answer. One little quibble. git rm –cached xxx works great locally, but, if you com...