You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
git reset HEAD can mess up your project do not implement it lightly.
But sometimes it happens, If you messed up your project you can still recover if you knew the sha of the commit before the reset. However that is not always provided.
But is should be simple to override reset to additionally write the current sha.
The text was updated successfully, but these errors were encountered:
MichaelDimmitt
changed the title
git reset <anything>, should show pre and post commit sha's
git reset <anything>, show pre and post commit sha's
Aug 31, 2018
git reset HEAD can mess up your project do not implement it lightly.
But sometimes it happens, If you messed up your project you can still recover if you knew the sha of the commit before the reset. However that is not always provided.
But is should be simple to override reset to additionally write the current sha.
The text was updated successfully, but these errors were encountered: