Ver código fonte

Add new template; for temporary templates

Alois Mahdal 9 anos atrás
pai
commit
6f5e786acf
2 arquivos alterados com 4 adições e 0 exclusões
  1. 2
    0
      dotfiles/gittum/default/msg_tmp
  2. 2
    0
      dotfiles/gittum/main.gitconfig

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

1
+
2
+# use this file to define temporary template

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

9
   cma = commit --verbose --amend
9
   cma = commit --verbose --amend
10
   cmf = !sh -c \
10
   cmf = !sh -c \
11
         'git commit --edit --message=\"$(~/.gittum/bin/findcat msg_flake8)\"'
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
   cmr = !sh -c \
14
   cmr = !sh -c \
13
         'git commit --edit --message=\"$(~/.gittum/bin/findcat msg_typo)\"'
15
         'git commit --edit --message=\"$(~/.gittum/bin/findcat msg_typo)\"'
14
   cmv = !sh -c \
16
   cmv = !sh -c \