Skip to main content

Text user interface for git cherry-pick

Project description

# About

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

$ pick-from <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 <kbd>Enter</kbd> and will be passed unconditionally
to `git cherry-pick` command.


## Installation

Install [urwid][] and put the script into your `$PATH`. That's it.


[urwid]: http://excess.org/urwid/

Project details


Download files

Download the file for your platform. If you're not sure which to choose, learn more about installing packages.

Source Distribution

git-pick-from-1.0.0.tar.gz (2.3 kB view hashes)

Uploaded Source

Supported by

AWS AWS Cloud computing and Security Sponsor Datadog Datadog Monitoring Fastly Fastly CDN Google Google Download Analytics Microsoft Microsoft PSF Sponsor Pingdom Pingdom Monitoring Sentry Sentry Error logging StatusPage StatusPage Status page