summaryrefslogtreecommitdiff
path: root/bin/git-wip
blob: 6a739a86693de8a682b3075b353c86d33d12ba36 (plain)
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)"