Git & Atlassian
From Briki
- Create JIRA issue
- Click "Create Branch" on JIRA issue (check source branch)
-
git fetch
-
git checkout branchname
(this will automatically create the new branch locally, based on the new remote branch) - Make changes
-
git commit -am "My commit description"
-
git push