Procházet zdrojové kódy

Add new default commmit message for Flake8 cleanups

Alois Mahdal před 11 roky
rodič
revize
2745f45e35

+ 2
- 0
dotfiles/gittum/before.gitconfig Zobrazit soubor

@@ -7,6 +7,8 @@
7 7
   br = branch
8 8
   cm = commit
9 9
   cma = commit --amend
10
+  cmf = !sh -c \
11
+        'git commit --edit --message=\"$(~/.gittum/bin/findcat msg_flake8)\"'
10 12
   cmt = !sh -c \
11 13
         'git commit --edit --message=\"$(~/.gittum/bin/findcat msg_typo)\"'
12 14
   cmw = !sh -c \

+ 1
- 0
dotfiles/gittum/default/msg_flake8 Zobrazit soubor

@@ -0,0 +1 @@
1
+Flake8