summaryrefslogtreecommitdiffstats
path: root/.mise-tasks/co.sh
blob: 67e256a784a0ac100e50d190d1b499a394cedfb7 (plain)
1
2
3
#!/usr/bin/env bash
#MISE description="Stage and commit the whole working dir"
git add . && git commit "$@"