Skip to content

Latest commit

 

History

History
51 lines (33 loc) · 1.2 KB

README.rst

File metadata and controls

51 lines (33 loc) · 1.2 KB
build status Latest Released Version Supported Python Versions License

git-fortune

A fortune-like program which shows git tips.

Installation

Install via pip install git-fortune.

I recommend installing with --user and then adding the install location to your PATH. For example:

pip install --user git-fortune
echo 'export PATH="$PATH:$HOME/.local/bin"' >> "$HOME/.bashrc"  # or equivalent

Usage

Get a random git tip:

git-fortune

or:

git fortune

Testing, Development, and Contributing

Go to the CONTRIBUTING guide for detail.