2024-12-16
Naviger til commits pane
Ctrl l
"Toggle show whole git graph"
https://github.com/jesseduffield/lazygit/issues/3845
Lazygit config
https://github.com/jesseduffield/lazygit/blob/master/docs/Config.md
git.showWholeGraph
Command used when displaying the current branch git log in the main window
branchLogCmd: git log --graph --color=always --abbrev-commit --decorate --date=relative --pretty=medium --
git.branchLogCmd
2025-10-31
CLI
git show $(git branch --show-current)
git diff main..$(git branch --show-current)
git branch --show-current is current branch
Lazygit
- Highlight main branch
- Shift w & hit enter
- highlight the branch you want to compare with
Webstorm
- GitToolBox? Should not be necessary I think
https://useful-snippets.netlify.app/posts/webstorm-compare-with-branch/

VS Code
- Gitlens?
Neovim
- Diffview