diff options
Diffstat (limited to '.mise-tasks/co.sh')
| -rwxr-xr-x | .mise-tasks/co.sh | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/.mise-tasks/co.sh b/.mise-tasks/co.sh index 262fa84..67e256a 100755 --- a/.mise-tasks/co.sh +++ b/.mise-tasks/co.sh @@ -1,3 +1,3 @@ #!/usr/bin/env bash #MISE description="Stage and commit the whole working dir" -git add . && git commit +git add . && git commit "$@" |