git: remove git-cm

This commit is contained in:
Oliver Davies 2024-06-22 16:29:18 +01:00
parent d7f24aa03a
commit 2e225a7c91

View file

@ -1,7 +0,0 @@
#!/usr/bin/env bash
if [[ $# > 0 ]]; then
git commit -m "$@"
else
git commit -v
fi