Skip to content

Latest commit

 

History

History
17 lines (9 loc) · 405 Bytes

File metadata and controls

17 lines (9 loc) · 405 Bytes

cactuskeeper

A tool to help developers follow the cactus branching model when working with git. See this blog post for more info on the cactus model.

installation

pip install cactuskeeper

usage

To check if your current branch has all bugfixes from other branches run:

ck check

configuration

tbd