mirror of
https://github.com/jesseduffield/lazygit.git
synced 2025-05-10 20:05:50 +02:00
Add a command to select all commits of the current branch
This is useful for seeing the combined diff of all commits of a branch.
This commit is contained in:
parent
7bccf848af
commit
80b5e21bd5
16 changed files with 159 additions and 0 deletions
|
@ -616,6 +616,7 @@ keybinding:
|
|||
openInBrowser: o
|
||||
viewBisectOptions: b
|
||||
startInteractiveRebase: i
|
||||
selectCommitsOfCurrentBranch: '*'
|
||||
amendAttribute:
|
||||
resetAuthor: a
|
||||
setAuthor: A
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue