summaryrefslogtreecommitdiffstats
path: root/.mise-tasks/co.sh
diff options
context:
space:
mode:
Diffstat (limited to '.mise-tasks/co.sh')
-rwxr-xr-x.mise-tasks/co.sh3
1 files changed, 3 insertions, 0 deletions
diff --git a/.mise-tasks/co.sh b/.mise-tasks/co.sh
new file mode 100755
index 0000000..262fa84
--- /dev/null
+++ b/.mise-tasks/co.sh
@@ -0,0 +1,3 @@
+#!/usr/bin/env bash
+#MISE description="Stage and commit the whole working dir"
+git add . && git commit