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