Bladeren bron

Add new Git commit message template: bump version

Alois Mahdal 10 jaren geleden
bovenliggende
commit
c28b4680a7
2 gewijzigde bestanden met toevoegingen van 3 en 0 verwijderingen
  1. 1
    0
      dotfiles/gittum/default/msg_bumpv
  2. 2
    0
      dotfiles/gittum/main.gitconfig

+ 1
- 0
dotfiles/gittum/default/msg_bumpv Bestand weergeven

1
+Bump version

+ 2
- 0
dotfiles/gittum/main.gitconfig Bestand weergeven

11
         'git commit --edit --message=\"$(~/.gittum/bin/findcat msg_flake8)\"'
11
         'git commit --edit --message=\"$(~/.gittum/bin/findcat msg_flake8)\"'
12
   cmt = !sh -c \
12
   cmt = !sh -c \
13
         'git commit --edit --message=\"$(~/.gittum/bin/findcat msg_typo)\"'
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
   cmw = !sh -c \
16
   cmw = !sh -c \
15
         'git commit --edit --message=\"$(~/.gittum/bin/findcat msg_wip)\"'
17
         'git commit --edit --message=\"$(~/.gittum/bin/findcat msg_wip)\"'
16
   co = checkout
18
   co = checkout