Extension command for git command-line interface which allows one to interactively cherry-picks commits by searching their messages for a keyword.
This tool is intended for tasks where a set of commits needs to be taken to a target branch in their original commit date order. This could, for instance, be used to build release branches from a main branch based on issue tracker identifiers as the searched keywords.
Download a release git-draft archive and extract it.
For list of available options, run:
$ git draft --help
See CONTRIBUTING.md.