< BACK

Git tips and tricks

Checking if anything outstanding in repo

 [[ -z $(git status --porcelain) ]] && echo "do nix" || echo "do summink"