Answers for "how to uncheck a file in git"

1

how to untrack files in git

git reset filename
Posted by: Guest on July-07-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 uncheck a file in git"

Code answers related to "Shell/Bash"

Browse Popular Code Answers by Language