The problem is if I do the reset from Visual Studio UI it probably sends git reset --hard
command and doesn't work.
Is there some setting to automatically do git reset --hard HEAD~
when I do git reset --hard
?
The problem is if I do the reset from Visual Studio UI it probably sends git reset --hard
command and doesn't work.
Is there some setting to automatically do git reset --hard HEAD~
when I do git reset --hard
?