Sfoglia il codice sorgente

Alphabetical order!

Alois Mahdal 10 anni fa
parent
commit
857f8b14db
1 ha cambiato i file con 2 aggiunte e 2 eliminazioni
  1. 2
    2
      dotfiles/git-universe/before.gitconfig

+ 2
- 2
dotfiles/git-universe/before.gitconfig Vedi File

7
   br = branch
7
   br = branch
8
   cm = commit
8
   cm = commit
9
   cma = commit --amend
9
   cma = commit --amend
10
+  cmt = !sh -c \
11
+        'git commit --message=\"$(~/.git-universe/bin/findcat msg_typo)\"'
10
   co = checkout
12
   co = checkout
11
   com = checkout master
13
   com = checkout master
12
   cp = cherry-pick
14
   cp = cherry-pick
21
   rmv = remote --verbose
23
   rmv = remote --verbose
22
   st = status
24
   st = status
23
   sh = show
25
   sh = show
24
-  cmt = !sh -c \
25
-        'git commit --message=\"$(~/.git-universe/bin/findcat msg_typo)\"'