Answers for "how to avoid some files changes to not come in git status"

1

how to avoid some files changes to not come in git status

git rm --cached <file>
Posted by: Guest on June-04-2020
0

how to avoid some files changes to not come in git status

git update-index --assume-unchanged <file>
Posted by: Guest on June-04-2020

Code answers related to "how to avoid some files changes to not come in git status"

Code answers related to "Shell/Bash"

Browse Popular Code Answers by Language