Y
Hacker News
new
|
ask
|
show
|
jobs
by
krupan
3592 days ago
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).
1 comments
rav
3591 days ago
You can see hidden commits with git log --reflog.
link