Skip to content
Discussion options

You must be logged in to vote

We have many examples of this in lazygit, e.g. the rebase menu in the branches panel, the bisect menu in the Commits panel, and many others. We do these case-by-case if we find that a particular command benefits from more finegrained options. Sometimes we add these later on for commands that originally didn't have them; one example is the d command in the branches panel, which initially only showed a confirmation ("Are you sure you want to delete this branch?"), and later we turned it into a menu with more options.

For your custom git aliases, it sounds like you want to use custom commands, which also have this feature. See https://github.com/jesseduffield/lazygit/blob/master/docs/Custom_…

Replies: 3 comments 7 replies

Comment options

You must be logged in to vote
0 replies
Comment options

You must be logged in to vote
7 replies
@harshv5094
Comment options

@stefanhaller
Comment options

Answer selected by harshv5094
@harshv5094
Comment options

@stefanhaller
Comment options

@harshv5094
Comment options

@stefanhaller
Comment options

Comment options

You must be logged in to vote
0 replies
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Category
Q&A
Labels
None yet
2 participants