Automate interaction with an issue tracker/planner
Current supports Jira with beanstalk, but is designed to be general enough to support other issue tracker/repository host combinations.
git-workflow
is similar to the
<a href"http://nvie.com/posts/a-successful-git-branching-model/">git flow
concept, but is centered around making it easy to use git
with an
issue tracker such as Jira. git-workflow
automates creating issue
(topic) branches and appending the appropriate markers to the commit messages
to get git
repos and issues trackers linked.
-
$> git workflow start -i <issue-identifier</it>>
-
$> git workflow commit
-
$> git workflow finish