summaryrefslogtreecommitdiff
path: root/bin/git-wip
diff options
context:
space:
mode:
Diffstat (limited to 'bin/git-wip')
-rwxr-xr-xbin/git-wip6
1 files changed, 6 insertions, 0 deletions
diff --git a/bin/git-wip b/bin/git-wip
new file mode 100755
index 0000000..6a739a8
--- /dev/null
+++ b/bin/git-wip
@@ -0,0 +1,6 @@
+#!/bin/bash -e
+
+# Create a meaningless commit with a unique message: `git wip`.
+
+git this
+git commit -m "wip: $(uuidgen)"