Skip to content

A fortune-like command which provides git tips

License

Apache-2.0, Unknown licenses found

Licenses found

Apache-2.0
LICENSE
Unknown
COPYING
Notifications You must be signed in to change notification settings

sirosen/git-fortune

Repository files navigation

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.

About

A fortune-like command which provides git tips

Resources

License

Apache-2.0, Unknown licenses found

Licenses found

Apache-2.0
LICENSE
Unknown
COPYING

Stars

Watchers

Forks

Packages

No packages published