You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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.
reacted with thumbs up emoji reacted with thumbs down emoji reacted with laugh emoji reacted with hooray emoji reacted with confused emoji reacted with heart emoji reacted with rocket emoji reacted with eyes emoji
-
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