Answers for "git remove without removing from file system"

0

git remove without deleting

For a single file:

git rm --cached mylogfile.log

and for a single directory:

git rm --cached -r mydirectory
Posted by: Guest on April-06-2021

Code answers related to "git remove without removing from file system"

Code answers related to "Shell/Bash"

Browse Popular Code Answers by Language