Hacker News new | ask | show | jobs
by svachalek 3588 days ago
This is a discussion about git.
1 comments

They both work the same here, I just used hg because it illustrates the inner workings nicely. With git you don't get the nice hidden commits view, just the refleg (which is trying to show you the same thing).
You can see hidden commits with git log --reflog.