#!/usr/bin/env bash

cd /tmp/demo
sed -i 's/Hello/Hello World/' ./greeting.py
echo '$ git diff'
git -c color.ui=always diff