How do I open the commit graph view? #3311
|
I went through the menu of every panel and I couldn't find how to view the whole repo in that nice graph as it is shown in the features section of the github page. I was on latest lazygit 0.40.2 |
Answered by
stefanhaller
Feb 6, 2024
Replies: 1 comment 4 replies
|
It's in the "View log options" menu ( Note that lazygit currently doesn't remember the value when you change it there. If you always want to have the graph on, add to your lazygit config file. There is a PR open to get rid of the config and have lazygit remember the value (#3197), but unfortunately it has stalled. BTW, personally I feel the graph should be shown by default; what's the reason again why it isn't, @jesseduffield? |
4 replies
Answer selected by
csntr
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment


It's in the "View log options" menu (
c-l) in the commits panel.Note that lazygit currently doesn't remember the value when you change it there. If you always want to have the graph on, add
to your lazygit config file.
There is a PR open to get rid of the config and have lazygit remember the value (#3197), but unfortunately it has stalled.
BTW, personally I feel the graph should be shown by default; what's the reason again why it isn't, @jesseduffield?