-
Notifications
You must be signed in to change notification settings - Fork 33.6k
Expose git branch description on UI #201357
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
base: main
Are you sure you want to change the base?
Conversation
@microsoft-github-policy-service agree |
Could this effort continue? We would like to use this feature. Thanks! |
This solution is not optimal. I think to be accepted into the main branch, support for the "description" attribute in "git for-each-ref" command is required. |
Thanks for efforts on this. Is there anyone else that could help out here? It'd be a very useful feature to have |
Curious if anyone has been able to look at this. Just learned of branch descriptions and they're useful in my workflow and could love to see them available in the VS Code UI |
W dniu 27 grudnia 2024 00:00:49 CET, bverkron ***@***.***> napisał:
…Curious if anyone has been able to look at this. Just learned of branch descriptions and they're useful in my workflow and could love to see them available in the VS Code UI
--
Reply to this email directly or view it on GitHub:
#201357 (comment)
You are receiving this because you are subscribed to this thread.
Message ID: ***@***.***>
|
PR for #197752
Add branch description in branch selection

Add edit command to Source Control menu > Branch > Edit Branch Description

Operations are performed through the property in git local config. Suggestions for improvement are welcome.