-
-
Notifications
You must be signed in to change notification settings - Fork 2.3k
Closed
Labels
Description
Topic
lazygit can do a many irreversible changes in git repo (local and remote). For those changes we have extra confirmation step with popup widow what is rely good idea. What is not so great and danger, is that confirmation is on <CR>. It would be nice to rebind it to y/n or at least have an option to do so in config.
Your thoughts
Lets take example that makes me a bit anxious every time I'm doing it with lazygit.
- Go to Branch window, select branch
dto delete- In option window
arrow downon "Delete remote branch" or stay on "Delete local branch" enterfollowed by secondenterto delete and confirm
This is common workflow for many actions with confirmation.
ptim and AlexandreIorio