summaryrefslogtreecommitdiff
path: root/bin/git-wip
blob: 731fa9f4ed3d4720d9189e66af695c77dcf9e7e9 (plain)
1
2
3
4
5
6
#!/bin/bash -e

# Create a meaningless commit with a unique message: `git wip`.

git this
git commit --no-verify -m "wip: $(uuidgen)"