Selaa lähdekoodia

Added new alias, cmt for cm with typo message

Alois Mahdal 11 vuotta sitten
vanhempi
commit
587ff4f2fa
1 muutettua tiedostoa jossa 2 lisäystä ja 0 poistoa
  1. 2
    0
      dotfiles/git-universe/before.gitconfig

+ 2
- 0
dotfiles/git-universe/before.gitconfig Näytä tiedosto

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