Git & Atlassian

From Briki
Revision as of 12:59, 5 December 2014 by Andrew (talk | contribs) (Created page with "* Create JIRA issue * Click "Create Branch" on JIRA issue (check source branch) * <code>git fetch</code> * <code>git checkout branchname</code> (this will automatically create...")
(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)
Jump to: navigation, search
  • 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