githc

Git history checkout tool


Keywords
git, history, checkout, workflow
License
MIT
Install
pip install githc==0.2.0

Documentation

gh MIT License

Synposis

gh is short for Git History - it's a commandline app with some neat features for improving your workflow with git Note that gh is meant for in dark themed terminals

Usage

Note that the output is colorized in the terminal and intended for a dark themed terminal. It doesn't show here - waiting for colorized text in Github markdown (re: github/markup#369).

(master) $ gh # Show checkout history
#   BRANCH HISTORY
0   new_branch (0)
1   feature_branch (1)

(master) $ gh -c 0 # Checkout a branch
(new_branch) $

Installation

Install from pip.

pip install githc

Compatability

TODO

  • Use a class and get rid of globals (parser, item_count)
  • Upload pictures to show colored text (or wish harder for github to support it)

License MIT

View project License.