Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

git reset <anything>, show pre and post commit sha's #1

Open
MichaelDimmitt opened this issue Aug 31, 2018 · 0 comments
Open

git reset <anything>, show pre and post commit sha's #1

MichaelDimmitt opened this issue Aug 31, 2018 · 0 comments
Labels
enhancement New feature or request

Comments

@MichaelDimmitt
Copy link
Member

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.

@MichaelDimmitt MichaelDimmitt added the enhancement New feature or request label Aug 31, 2018
@MichaelDimmitt 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
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request
Projects
None yet
Development

No branches or pull requests

1 participant