I\'ve previously been able to undo changes through SourceTree by performing the \"Discard\" function, which under the hood produces this command:
git -c diff.mne
If you need to remove local changes then run following command
git checkout -- file_name
git reset HEAD does not remove local changes.
git reset HEAD