Shell/Bash: git remove directory from tracking Example
Shell/Bash Example: This is the "git remove directory from tracking" Example. compiled from many sources on the internet by SimpleTutorials.org
remove a folder from git tracking
git rm -r --cached path_to_your_folder/
git remove directory from tracking
Remove the folder from your local git tracking, but keep it on your disk. git rm -r --cached path_to_your_folder/
* Summary: This "git remove directory from tracking" Shell/Bash Example is compiled from the internet. If you have any questions, please leave a comment. Thank you!