Undo Git File Changes

[Solved] Undo Git File Changes | Shell - Code Explorer | yomemimo.com
Question : git revert changes in a file

Answered by : suman-michael

git checkout filename

Source : https://www.norbauer.com/rails-consulting/notes/git-revert-reset-a-single-file | Last Update : Thu, 16 Sep 21

Question : undo git file changes

Answered by : indonesia-people

git checkout {filename}

Source : | Last Update : Sat, 20 Nov 21

Answers related to undo git file changes

Code Explorer Popular Question For Shell