#!/usr/bin/env bash cd /tmp/demo/ git config colour.ui always echo '$ git log' git -c color.ui=always log --decorate=short