We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent efc72e8 commit 7e13596Copy full SHA for 7e13596
1 file changed
git-cim
@@ -0,0 +1,5 @@
1
+subject="$1"
2
+body="$2"
3
+shift 2
4
+
5
+git commit -m "$subject" -m "$(echo "$body" | fmt -w 80)" "$@"
0 commit comments