<!-- greyling.tech//techblog -->
a blog of programming references, tips, tricks and descriptions of technical processes
Tweet
<
BACK
Git tips and tricks
Checking if anything outstanding in repo
[[ -z $(git status --porcelain) ]] && echo "do nix" || echo "do summink"