Explorar el Código

Added new alias, cmt for cm with typo message

Alois Mahdal hace 11 años
padre
commit
587ff4f2fa
Se han modificado 1 ficheros con 2 adiciones y 0 borrados
  1. 2
    0
      dotfiles/git-universe/before.gitconfig

+ 2
- 0
dotfiles/git-universe/before.gitconfig Ver fichero

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