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
When a branch is diverged from its upstream branch, the git string does not display the upstream information in the expected manner.
Expected:
~/my_project (feature/my_awesome_feature 2↓↑3) $
Actual:
~/my_project (feature/my_awsome_feature 2 2↓↑3 3) $
The text was updated successfully, but these errors were encountered:
fourpastmidnight
No branches or pull requests
When a branch is diverged from its upstream branch, the git string does not display the upstream information in the expected manner.
Expected:
Actual:
The text was updated successfully, but these errors were encountered: