Jira: assign an existing git branch to an issue

前端 未结 7 1134
别跟我提以往
别跟我提以往 2021-02-03 18:45

In JIRA connected with STASH you can create a feature branch for an issue using the button \'create branch\'. (That is nice to track the commits in this issue.)

If a dev

7条回答
  •  隐瞒了意图╮
    2021-02-03 19:17

    If you include the JIRA-ID in the branch name, by creating out of an existing commit, all you have to do is:

    git push --set-upstream origin 
    

    and the branch is attached to the JIRA ticket.

提交回复
热议问题