Explorar el Código

Add new template; for temporary templates

Alois Mahdal hace 9 años
padre
commit
6f5e786acf
Se han modificado 2 ficheros con 4 adiciones y 0 borrados
  1. 2
    0
      dotfiles/gittum/default/msg_tmp
  2. 2
    0
      dotfiles/gittum/main.gitconfig

+ 2
- 0
dotfiles/gittum/default/msg_tmp Ver fichero

@@ -0,0 +1,2 @@
1
+
2
+# use this file to define temporary template

+ 2
- 0
dotfiles/gittum/main.gitconfig Ver fichero

@@ -9,6 +9,8 @@
9 9
   cma = commit --verbose --amend
10 10
   cmf = !sh -c \
11 11
         'git commit --edit --message=\"$(~/.gittum/bin/findcat msg_flake8)\"'
12
+  cmt = !sh -c \
13
+        'git commit --edit --message=\"$(~/.gittum/bin/findcat msg_tmp)\"'
12 14
   cmr = !sh -c \
13 15
         'git commit --edit --message=\"$(~/.gittum/bin/findcat msg_typo)\"'
14 16
   cmv = !sh -c \