|
|
|
|
|
by vidanay
2616 days ago
|
|
How do you name your topic branches? We previously used a bug tracking system in parallel with this same process, so we used ticket numbers as the prefix for branch names. On our current project, we are using Trello as the driving tool which obviously doesn't have the simple numbers so we end up with odd inscrutable branch names and I haven't yet found a good way to normalize them. |
|
Our git commit message conventions are:
https://github.com/joelparkerhenderson/git_commit_message
To store info about metadata, such as task board number, we edit the branch description, and enable the description to go into the merge message.
A good short intro to branch descriptions:
https://ericjmritz.wordpress.com/2015/11/13/using-branch-des...