jesseduffield / lazygit

simple terminal UI for git commands
MIT License
52.36k stars 1.83k forks source link

Focus on `current` commit after open lazygit when doing git bisect #3729

Open cathaysia opened 3 months ago

cathaysia commented 3 months ago

I'm doing a git bisect and when I open lazygit it points to the last commit instead of the current one:

image

I want it to automatically jump to current when I turn on lazygit:

image

$ lazygit --version
commit=, build date=, build source=nix, version=0.42.0, os=linux, arch=amd64, git version=2.45.1
cathaysia commented 3 months ago

There is another question. When doing git bisect, git will automatically pull submodule. Is it possible to display a pop-up window to show the git log?