Jira: assign an existing git branch to an issue

前端 未结 7 1852
旧时难觅i
旧时难觅i 2021-02-03 18:31

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:16

    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.

提交回复
热议问题