# Shortcuts for often used commands.
#
# Local.
- c = commit --verbose
- ci = commit --verbose
- d = diff --patience
- di = diff --patience
- dw = diff --patience --color-words
- dc = diff --patience --cached
+ c = commit --verbose
+ ci = commit --verbose
+ d = diff --patience
+ di = diff --patience
+ dw = diff --patience --color-words
+ dc = diff --patience --cached
dcw = diff --patience --cached --color-words
- s = status
- st = status
- l = log
- ls = log --stat
- lp = log --patch --patience
- a = add
- ap = add --patch
- au = add --update
+ s = status
+ st = status
+ l = log
+ ls = log --stat
+ lp = log --patch --patience
+ a = add
+ ap = add --patch
+ au = add --update
# Branches.
- co = checkout
- b = branch --all --verbose
- br = branch --all --verbose
- m = merge
- me = merge
+ co = checkout
+ b = branch --all --verbose
+ br = branch --all --verbose
+ m = merge
+ me = merge
# Remote.
- f = fetch
- fe = fetch
- t = tag
- p = push
- pu = push
- ru = remote update
+ f = fetch
+ fe = fetch
+ t = tag
+ p = push
+ pu = push
+ ru = remote update
# Patches.
- fp = format-patch
+ fp = format-patch
# Misc.
- fs = fsck --strict --full
- sl = stash list
- ss = stash save
- sa = stash apply
+ fs = fsck --strict --full
+ sl = stash list
+ ss = stash save
+ sa = stash apply
ssk = stash save --keep-index
# Custom commands.