git - How can I see which branch contains a certain commit, when working with atlassian jira and stash -
we switched feature branch workflow git. our infrastructure based on atlassian tools jira, bamboo , stash. works pretty smooth , 3 tools share status. can create branch named jira ticket , trace complete workflow through jira , bamboo until released.
but there seems 1 important missing feature: have situation jira ticket has plenty of subtasks or linked tickets. there no seperate branch referened tickets, commits go directly parent branch. lose traceability of subtasks; there seems no way in jira see in branch referenced ticket has been resolved. need know branch contains commits tickets. when have information, can deploy branch qs , present list of new features/fixes have been resolved in branch.
do have similar problems or how solve this?
i'm not sure follow question entirely, list branch(es) contains commit, git branch --contains <commit>
.
Comments
Post a Comment