Answers for "git remove files from commit keep changes"

12

git remove file mode changes

git config core.fileMode false
Posted by: Guest on April-30-2020
5

how to remove file changes in git

git clean -df
git checkout -- .
Posted by: Guest on May-23-2020

Code answers related to "Shell/Bash"

Browse Popular Code Answers by Language