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.
pip install cactuskeeper
To check if your current branch has all bugfixes from other branches run:
ck check
tbd