We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Describe the bug In the "Local Branches" box, some branch operations use checked out branch, while others use the selected branch
To Reproduce Steps to reproduce the behavior:
P
o
This is confusing since both commands operate on a single branch, so its not clear why there are two different mental models here.
Expected behavior
Either:
?
Screenshots If applicable, add screenshots to help explain your problem.
Version info:
~> lazygit --version commit=v0.38.2, build date=2023-05-03T15:21:01Z, build source=binaryRelease, version=0.38.2, os=linux, arch=amd64, git version=2.41.0 ~> git --version git version 2.41.0
This tool is really fantastic btw, thanks.
The text was updated successfully, but these errors were encountered:
Good points. Related to #2755.
Sorry, something went wrong.
No branches or pull requests
Describe the bug
In the "Local Branches" box, some branch operations use checked out branch, while others use the selected branch
To Reproduce
Steps to reproduce the behavior:
P
, this will push the checked out branch.o
, this will open a pull request for the selected branchThis is confusing since both commands operate on a single branch, so its not clear why there are two different mental models here.
Expected behavior
Either:
?
should display which operations use the checked out branch and which on the selected branchScreenshots
If applicable, add screenshots to help explain your problem.
Version info:
This tool is really fantastic btw, thanks.
The text was updated successfully, but these errors were encountered: