Skip to content

Interactively cherry-picks git commits by searching their messages for a keyword

License

Notifications You must be signed in to change notification settings

gocom/git-draft

Repository files navigation

git-draft

Codecov

Extension command for git command-line interface which allows one to interactively cherry-picks commits by searching their messages for a keyword.

In action

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.

Install

Download a release git-draft archive and extract it.

Requirements

Usage

Command-line usage

For list of available options, run:

$ git draft --help

Development

See CONTRIBUTING.md.

About

Interactively cherry-picks git commits by searching their messages for a keyword

Topics

Resources

License

Code of conduct

Stars

Watchers

Forks