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
Reproduce
cd path/to/hugit/
git checkout master
git pull --rebase
Head: [master] ...
(up to date)
(stale local)
(fast forwardable)
Thoughts :get-status is dispatched for some reason after :fetch-branch-status, clearing the :branch-status.
:get-status
:fetch-branch-status
:branch-status
The text was updated successfully, but these errors were encountered:
Picking this one @divs1210
Sorry, something went wrong.
Can you add a STR and UAT to it @divs1210
Added details. Let me take up this one.
No branches or pull requests
Reproduce
cd path/to/hugit/
git checkout master
git pull --rebase
Head: [master] ...
should end with(up to date)
or(stale local)
or(fast forwardable)
, but it does not do so dependably.Thoughts
:get-status
is dispatched for some reason after:fetch-branch-status
, clearing the:branch-status
.The text was updated successfully, but these errors were encountered: