#!/bin/bash -e # Create a meaningless commit with a unique message: `git wip`. git this git commit --no-verify -m "wip: $(uuidgen)"