maiao icon indicating copy to clipboard operation
maiao copied to clipboard

User-configurable branch names

Open jonathanloske opened this issue 6 months ago • 3 comments

Branch names are useful for identifying features that are part of the branch. It would be nice if maiao could give the user some leeway over their naming.

Current behavior Branch names are auto-generated without any way of configuration. The resulting names contain the prefix maiao. and then a (seemingly) random assortment of characters like maiao.Ia53828902fbe392126f1ee6cfd595d24a2b425f0.

Desired behavior The prefix of the message is configurable via CLI option

Bonus: Create ascending numbers with the given prefix, ie prefix ASD-123-introduce-header, resulting branches: ASD-123-introduce-header-1, ASD-123-introduce-header-2, etc.

jonathanloske avatar Jan 03 '24 12:01 jonathanloske