A fortune-like program which shows git tips.
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
Get a random git tip:
git-fortune
or:
git fortune
Go to the CONTRIBUTING guide for detail.