git disjoint
groups commits by issue onto unique branches.
cargo +nightly install git-disjoint
Download a release compatible with your OS and architecture from the [Releases] page, extract the binary, and put it somewhere in your $PATH
.
git disjoint
may add value to your workflow if you
git disjoint
automates referencing issues in your development work ([Jira]) so you can focus on development.
[Add all your commits to one branch].
In each commit message, include a reference to the relevant ticket.
For example, use the Jira automation format:
Ticket: COOL-123
or
Closes Ticket: COOL-123
Or use the GitHub [format]:
Closes 123
When you're ready to:
run git disjoint
.
git disjoint
tries to operate on a branch that already exists. This can happen if you invoke git disjoint
twice on the same branch. See [#32].