Replies: 1 comment
-
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
SmartGit has one more very nice feature: "Recyclable commits".
When enabled, it shows commits that are not currently pointed to by any branch or tag.
This feature might be very useful for recovering of accidentally removed code.
Information is retrieved from
git reflog
.Example. Gray-colored commits have been created during squashing and rebasing of a branch.

Beta Was this translation helpful? Give feedback.
All reactions