Skip to content

flrnd/brancher

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

81 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Brancher – Project Design Document

Overview

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.

About

Brancher is a CLI for creating Git branches from provider tasks like GitHub issues, with opinionated branch naming and team-friendly repo configuration.

Topics

Resources

License

Stars

0 stars

Watchers

0 watching

Forks

Releases

No releases published

Packages

 
 
 

Contributors