Answers for "how to untrack committed files in git"

6

git untrack file

git rm --cached filename
Posted by: Guest on November-26-2020
1

git untrack file

git rm -r --cached
Posted by: Guest on March-16-2021
1

how to untrack a file in git

git rm -r --cached <file>
Posted by: Guest on April-22-2021

Code answers related to "how to untrack committed files in git"

Code answers related to "Shell/Bash"

Browse Popular Code Answers by Language