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