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 Upstream reset offers local branch name instead of remote branch name.
To Reproduce Steps to reproduce the behavior:
branch-remote
branch-local
fatal: ambiguous argument 'origin/branch-local': unknown revision or path not in the working tree.
Expected behavior Upstream reset actions should use remote branch name.
For comparison, upstream rebase actions properly use remote branch name.
Screenshots N/A
Version info:
$ lazygit --version commit=, build date=, build source=homebrew, version=0.44.1, os=linux, arch=amd64, git version=2.43.0
$ git --version git version 2.43.0
Additional context N/A
Note: please try updating to the latest version or manually building the latest master to see if the issue still occurs.
master
The text was updated successfully, but these errors were encountered:
Here's a fix: #4151
Sorry, something went wrong.
13829d8
Successfully merging a pull request may close this issue.
Describe the bug
Upstream reset offers local branch name instead of remote branch name.
To Reproduce
Steps to reproduce the behavior:
branch-remote
branch-local
fatal: ambiguous argument 'origin/branch-local': unknown revision or path not in the working tree.
Expected behavior
Upstream reset actions should use remote branch name.
For comparison, upstream rebase actions properly use remote branch name.
Screenshots
N/A
Version info:
Additional context
N/A
Note: please try updating to the latest version or manually building the latest
master
to see if the issue still occurs.The text was updated successfully, but these errors were encountered: