Replies: 1 comment 1 reply
-
I like the idea. I made a rough draft of this here, can you test it and see if this is what you had in mind? See the PR description for what it does. |
Beta Was this translation helpful? Give feedback.
1 reply
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.
-
A common operation for me in the CLI is to run a
git diff --staged
to get a concise summary of the entire set of staged changes before I commit. Is there an equivalent view in lazygit?Basically, I want to diff view that shows up when browsing commits on the main screen, but for staged changes.
I've tried:
More of a feature request, but I'd love if there was a "root" view in the files browser that would summarise all the changes in the entire repository, like what selecting a directory does.
Beta Was this translation helpful? Give feedback.
All reactions