git-pick-from

Text user interface for git cherry-pick


License
BSD-3-Clause
Install
pip install git-pick-from==1.0.1

Documentation

THIS REPO IS ARCHIVED. PLEASE GO HERE FOR A RUSTY REPLACEMENT.


About

git-pick is a text user interface for the Git cherry pick command. Given a branch name on the command line

$ git pick <branch>

it will show a list of commits differing between the HEAD and the given branch:

Choose commits to cherry-pick and accept with `q'

[ ] 13579ef: A commit message
[X] fa45678: Another commit message

Commits can be picked with Enter and will be passed unconditionally to git cherry-pick command.

Installation

git-pick requires urwid and can be installed by either running python setup.py install or and putting the script into your $PATH.