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
As a developer investigating a bug, I want to run git-copilot graph and navigate the commit history interactively, So that I can identify which commit introduced a regression.
Acceptance Criteria
Renders a branch-aware commit graph in the terminal (ASCII or Blessed widgets)
Supports j/k navigation through commits
Pressing Enter on a commit shows its diff and message
/ key opens an inline search prompt to filter commits by message or author
--limit <n> flag limits the number of commits shown (default 50)
User Story
As a developer investigating a bug,
I want to run
git-copilot graphand navigate the commit history interactively,So that I can identify which commit introduced a regression.
Acceptance Criteria
j/knavigation through commitsEnteron a commit shows its diff and message/key opens an inline search prompt to filter commits by message or author--limit <n>flag limits the number of commits shown (default 50)Backlink: #1