Explorar el Código

Remapped aliases for better mnemotechniuc

Alois Mahdal hace 11 años
padre
commit
f2ada494b5
Se han modificado 1 ficheros con 6 adiciones y 4 borrados
  1. 6
    4
      dotfiles/git-universe/after.gitconfig

+ 6
- 4
dotfiles/git-universe/after.gitconfig Ver fichero

@@ -5,11 +5,13 @@
5 5
 [alias]
6 6
   ap = add --patch
7 7
   br = branch
8
-  co = commit
9
-  coa = commit --amend
8
+  cm = commit
9
+  cma = commit --amend
10
+  co = checkout
11
+  com = checkout master
10 12
   dc = diff --cached
11 13
   gr = log --graph --full-history --all --color --pretty=tformat:"%x1b[31m%h%x09%x1b[32m%d%x1b[0m%x20%s%x1b[0m"
12
-  re = rebase --interactive
13
-  rv = remote --verbose
14
+  rbi = rebase --interactive
15
+  rmv = remote --verbose
14 16
   st = status
15 17
   sh = show