Jesse Duffield
Jesse Duffield
@rivo thanks for that detailed explanation, that's really helpful
Worktree support is on the way: https://github.com/jesseduffield/lazygit/pull/2147 If you would like to shape the UX check out the discussion here: https://github.com/jesseduffield/lazygit/discussions/2803
It's not far off, I think it'll be in the next couple days. I just want to spend a bit more time with it to catch intermittent UI bugs (e.g....
This has now been released so I'm closing this issue off :)
This is fixed on master now. By default we handle both master and main, but you can configure to use more via the `git.mainBranches` config (see [docs](https://github.com/jesseduffield/lazygit/blob/master/docs/Config.md#default)) for an example....
We could certainly add support for this, but I wonder if it makes more sense to just be a pre-commit hook? Lazygit will surface the error in any case
I'll give others a chance to thumbs-up this issue if they're in favour of the change, but if there's no interest after a while I'll close it off. Glad you...
@mchisolm0 yes I still check on the form responses every now and then. But if you have a specific suggestion to pitch, please raise an issue
I think the issue is that we do a refresh when we render an error, so we end up in an infinite loop, and that's what causes the too many...
I need to get better at communicating changes haha. I think I need a 'click here to see what's changed' popup when starting lazygit on a new version, which links...