Sfoglia il codice sorgente

Added new alias, cmt for cm with typo message

Alois Mahdal 11 anni fa
parent
commit
587ff4f2fa
1 ha cambiato i file con 2 aggiunte e 0 eliminazioni
  1. 2
    0
      dotfiles/git-universe/before.gitconfig

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

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