From 2e225a7c91fc2094e1ae464b370af618913b7fd7 Mon Sep 17 00:00:00 2001
From: Oliver Davies <oliver@oliverdavies.dev>
Date: Sat, 22 Jun 2024 16:29:18 +0100
Subject: [PATCH] git: remove `git-cm`

---
 bin/git-cm | 7 -------
 1 file changed, 7 deletions(-)
 delete mode 100755 bin/git-cm

diff --git a/bin/git-cm b/bin/git-cm
deleted file mode 100755
index 0a243dae..00000000
--- a/bin/git-cm
+++ /dev/null
@@ -1,7 +0,0 @@
-#!/usr/bin/env bash
-
-if [[ $# > 0 ]]; then
-  git commit -m "$@"
-else
-  git commit -v
-fi