瀏覽代碼

Added new alias, cmt for cm with typo message

Alois Mahdal 10 年之前
父節點
當前提交
587ff4f2fa
共有 1 個檔案被更改,包括 2 行新增0 行删除
  1. 2
    0
      dotfiles/git-universe/before.gitconfig

+ 2
- 0
dotfiles/git-universe/before.gitconfig 查看文件

@@ -21,3 +21,5 @@
21 21
   rmv = remote --verbose
22 22
   st = status
23 23
   sh = show
24
+  cmt = !sh -c \
25
+        'git commit --message=\"$(~/.git-universe/bin/findcat git_msg_typo)\"'