Y
Hacker News
new
|
ask
|
show
|
jobs
by
svachalek
3588 days ago
This is a discussion about git.
1 comments
krupan
3588 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).
link
rav
3588 days ago
You can see hidden commits with git log --reflog.
link