Answers for "how to commit ignored files in git"

1

git showing ignored file modified

git update-index --assume-unchanged <file>
git rm --cached <file>
Posted by: Guest on June-08-2021

Browse Popular Code Answers by Language