Browse Source

Added new alias, cmt for cm with typo message

Alois Mahdal 11 years ago
parent
commit
587ff4f2fa
1 changed files with 2 additions and 0 deletions
  1. 2
    0
      dotfiles/git-universe/before.gitconfig

+ 2
- 0
dotfiles/git-universe/before.gitconfig View File

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