Remove Changes File Git Command

[Solved] Remove Changes File Git Command | Shell - Code Explorer | yomemimo.com
Question : how to remove file changes in git

Answered by : mushy-monkey-cvodx7g0ah6g

git clean -df
git checkout -- .

Source : https://stackoverflow.com/questions/52704/how-do-i-discard-unstaged-changes-in-git | Last Update : Sat, 30 May 20

Answers related to remove changes file git command

Code Explorer Popular Question For Shell