ソースを参照

Add new Git commit message template: bump version

Alois Mahdal 10 年 前
コミット
c28b4680a7
共有2 個のファイルを変更した3 個の追加0 個の削除を含む
  1. 1
    0
      dotfiles/gittum/default/msg_bumpv
  2. 2
    0
      dotfiles/gittum/main.gitconfig

+ 1
- 0
dotfiles/gittum/default/msg_bumpv ファイルの表示

@@ -0,0 +1 @@
1
+Bump version

+ 2
- 0
dotfiles/gittum/main.gitconfig ファイルの表示

@@ -11,6 +11,8 @@
11 11
         'git commit --edit --message=\"$(~/.gittum/bin/findcat msg_flake8)\"'
12 12
   cmt = !sh -c \
13 13
         'git commit --edit --message=\"$(~/.gittum/bin/findcat msg_typo)\"'
14
+  cmv = !sh -c \
15
+        'git commit --edit --message=\"$(~/.gittum/bin/findcat msg_bumpv)\"'
14 16
   cmw = !sh -c \
15 17
         'git commit --edit --message=\"$(~/.gittum/bin/findcat msg_wip)\"'
16 18
   co = checkout