소스 검색

Add new template; for temporary templates

Alois Mahdal 10 년 전
부모
커밋
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 \