How do you annotate a branch?

后端 未结 7 1226
爱一瞬间的悲伤
爱一瞬间的悲伤 2020-12-08 02:34

Is there any way to annotate a branch? It would be nice to be able to do something like:

$ git notes add branch-name -m \'This branch is for whatever\'
<
7条回答
  •  攒了一身酷
    2020-12-08 03:02

    You could just create a "tracking bug" in your issue tracker where you describe the big new feature in great detail, with mockups and UML diagrams and everything, and then name the branch bug1234.

提交回复
热议问题