Answers for "how to remove all the tracked files by git"

1

git remove tracked files without deleting

git rm --cached -r mydirectory
Posted by: Guest on February-17-2021
0

clear tracked files from git

git rm -r --cached src/.history/
Posted by: Guest on October-10-2021

Code answers related to "how to remove all the tracked files by git"

Code answers related to "Shell/Bash"

Browse Popular Code Answers by Language