ソースを参照

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)\"'