Microsoft/vscode

Git - Expose git branch description on VS code UI

Open

#197.752 aberto em 8 de nov. de 2023

Ver no GitHub
 (3 comments) (27 reactions) (1 assignee)TypeScript (10.221 forks)batch import
feature-requestgithelp wanted

Métricas do repositório

Stars
 (74.848 stars)
Métricas de merge de PR
 (Mesclagem média 11h 43m) (1.000 fundiu PRs em 30d)

Description

Git 1.7.9 supports descriptions on branches. It's really extremely helpful for large projects and actually amazing it was not part of the original release of git. However it's a big hassle in VS code to have to open terminal and type git branch --edit-description to view or edit the branch description.

Can we simply add an input text box somewhere which exposes this field? it would also be ideal to expose it on the branch select popup which appears when you click the active branch in the bottom left of VS code.

Guia do colaborador