Answers for "git untrack modified file"

3

remove file from git tracking

git rm --cached <file_name>
Posted by: Guest on January-19-2021
5

git ignore still tracking

git rm --cached <file>

git rm -r --cached <folder>
Posted by: Guest on January-15-2020
0

git untrack

git rm -r --cached <file>
Posted by: Guest on November-30-2020

Code answers related to "Shell/Bash"

Browse Popular Code Answers by Language