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