Answers for "git don't commit changes to file"

3

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 "Shell/Bash"

Browse Popular Code Answers by Language