Explorar el Código

Always use --verbose with commits

--verbose never hurts; even for trivial changes it's good to check for
commit creep.
Alois Mahdal hace 10 años
padre
commit
3c9d2c0497
Se han modificado 1 ficheros con 4 adiciones y 4 borrados
  1. 4
    4
      dotfiles/gittum/main.gitconfig

+ 4
- 4
dotfiles/gittum/main.gitconfig Ver fichero

8
   cm = commit --verbose
8
   cm = commit --verbose
9
   cma = commit --verbose --amend
9
   cma = commit --verbose --amend
10
   cmf = !sh -c \
10
   cmf = !sh -c \
11
-        'git commit --edit --message=\"$(~/.gittum/bin/findcat msg_flake8)\"'
11
+        'git commit --verbose --edit --message=\"$(~/.gittum/bin/findcat msg_flake8)\"'
12
   cmt = !sh -c \
12
   cmt = !sh -c \
13
-        'git commit --edit --message=\"$(~/.gittum/bin/findcat msg_tmp)\"'
13
+        'git commit --verbose --edit --message=\"$(~/.gittum/bin/findcat msg_tmp)\"'
14
   cmr = !sh -c \
14
   cmr = !sh -c \
15
-        'git commit --edit --message=\"$(~/.gittum/bin/findcat msg_typo)\"'
15
+        'git commit --verbose --edit --message=\"$(~/.gittum/bin/findcat msg_typo)\"'
16
   cmv = !sh -c \
16
   cmv = !sh -c \
17
         'git commit --verbose --edit --message=\"$(~/.gittum/bin/findcat msg_bumpv)\"'
17
         'git commit --verbose --edit --message=\"$(~/.gittum/bin/findcat msg_bumpv)\"'
18
   cmw = !sh -c \
18
   cmw = !sh -c \
19
-        'git commit --edit --message=\"$(~/.gittum/bin/findcat msg_wip)\"'
19
+        'git commit --verbose --edit --message=\"$(~/.gittum/bin/findcat msg_wip)\"'
20
   co = checkout
20
   co = checkout
21
   com = checkout master
21
   com = checkout master
22
   cp = cherry-pick
22
   cp = cherry-pick