Skip to content

Latest commit

 

History

History
43 lines (29 loc) · 1.18 KB

README.md

File metadata and controls

43 lines (29 loc) · 1.18 KB

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.