瀏覽代碼

Add new template; for temporary templates

Alois Mahdal 9 年之前
父節點
當前提交
6f5e786acf
共有 2 個檔案被更改,包括 4 行新增0 行删除
  1. 2
    0
      dotfiles/gittum/default/msg_tmp
  2. 2
    0
      dotfiles/gittum/main.gitconfig

+ 2
- 0
dotfiles/gittum/default/msg_tmp 查看文件

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

+ 2
- 0
dotfiles/gittum/main.gitconfig 查看文件

@@ -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 \