Brancher is a CLI tool that creates Git branches from tasks in project management systems such as GitHub Issues, Jira, GitLab, etc.
The goal is to streamline the developer workflow by allowing developers to start work on tasks directly from their project board while automatically generating clean branch names.
Example:
brancher start 42
Result:
git checkout -b 42-something-does-not-work
Branch names are derived from provider task data using a configurable strategy.