소스 검색

Added new alias, cmt for cm with typo message

Alois Mahdal 11 년 전
부모
커밋
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)\"'