git-split-branch
git-split-branch copied to clipboard
Utility to split a Git branch into multiple branches based on arbitrary pathspecs
We follow a naming convention which includes the ticket in the branch name, and the hyphen seems to be causing problems: ``` git split-branch -b 13efef4ed5ec1587ead0524f11dd173b2dc33e02 -r feature/DEV-25218/remainder feature/DEV-25218/source feature/DEV-123/protean...
This small PR adds the option to start from `` commit rather than from the beginning of the repo's history. This has the advantage of being much faster when we...
Hi, This error appears to be non fatal and I'm guessing is due to the version of bash installed on macOS (3.7, grr). ``` Karls-Air:otp_vip kgoetz$ git-split-branch api-refactor split-testsuite .coverage*...