-
Notifications
You must be signed in to change notification settings - Fork 105
New issue
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
feature request: push remote branch name #291
Comments
I wonder why I didn't add that in the first place. Do you actually have a use case for it? Do you use different names for the local and the |
I don't have a real life workflow use case — I rarely work with multiple remotes, and when I do there's rarely a reason to change the branch names. Guess I can imagine doing it as a handy way to keep track of a branch's I noticed because I'm working on a gitstatus prompt which depending on context can show |
Thanks for the details. Since there is no use case, I'm not included to add this field. |
Closing because I don't intend to do anything here. |
👍 |
It'd be nice to have a
VCS_STATUS_PUSH_REMOTE_BRANCH
.Guessing that between
VCS_STATUS_PUSH_REMOTE_NAME
,VCS_STATUS_REMOTE_NAME
, andVCS_STATUS_REMOTE_BRANCH
I could probably figure the patch… if I knew how to work in C++ 😄 But I don't so here I am.The text was updated successfully, but these errors were encountered: