Requires twig (the git assistant, not the PHP templating engine). Read the docs on how install the above commands.
To start a branch:
$ twig start bugfix/title-typo PRJ-523
Then you can have:
$ twig
base jira branch
---- ---- ------
2015-11-02 15:32 +0000 (1h ago) master PRJ-523 * bugfix/title-typo
2015-11-02 14:44 +0000 (2h ago) - - master
Finally you can create a pretty commit with:
$ twig commit "Fix typo in category title"
$ git log
commit 553e143a511d85ef2a3332f8c89eab8d253ab4f5
Author: Eleni Lixourioti <[email protected]>
Date: Mon Nov 2 15:35:19 2015 +0000
Fix typo in category title
Fixes: [PRJ-523](https://tictrac.atlassian.net/browse/PRJ-523)