#!/bin/bash

set -eo pipefail

echo "--- :git: cleaning checkout"
git clean -dffx
