git分支添加描述信息 —— 转载

1、添加分支描述信息
git config branch.分支名.description ‘分支描述信息’

2、查看分支描述信息
1)查看单一分支描述
git config branch.分支名.description

2)查看所有分支描述
添加git工具git-br:[npm i -g git-br]
查看所有分支描述:[git br]


原文地址

posted @ 2021-10-09 18:50  呱呱二号  阅读(331)  评论(0编辑  收藏  举报