Open ScreamingDev opened 8 years ago
I got two very common things for you, that can be solved via git notes or git branch --edit-description
git notes
git branch --edit-description
As a developer I like to add a note to my support branch so that others can read why it should be supported. As a product owner / SQA I like to edit the notes of a support branch so that I can determine the end of support.
As a developer I like to add a note to my support branch so that others can read why it should be supported.
As a product owner / SQA I like to edit the notes of a support branch so that I can determine the end of support.
Please implement those two use cases. It would be helpful for workflows that include support branches.
I got two very common things for you, that can be solved via
git notes
orgit branch --edit-description
Please implement those two use cases. It would be helpful for workflows that include support branches.