
Review local reference history
The Reflog workspace reads Git’s local reflog and presents each event with the action, event summary, reference, target commit, actor, and event time. Start withHEAD, or include all references when you need to understand branch movements beyond the current checkout.
Loaded entries can be searched in place, refreshed manually, and paged as you move through older events. Commit+ preserves the selected event during refreshes so the detail you are inspecting does not disappear just because the repository state updated.
Inspect an event
Select an event to open its detail panel. The panel keeps the list visible while showing the full reflog metadata, commit hash, reference, actor, email, date, and message for the selected point in time.

