[alias]
# Shortcuts for often used commands.
+ #
+ # Local.
c = commit --verbose
ci = commit --verbose
d = diff --patience
l = log
ls = log --stat
lp = log --patch --patience
- glog = log --pretty=oneline --graph --all
a = add
ap = add --patch
au = add --update
+ # Branches.
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
+ # Patches.
+ fp = format-patch
+ # Misc.
fs = fsck --strict --full
ss = stash save
ssk = stash save --keep-index
sa = stash apply
sl = stash list
- fp = format-patch
+
+ # Custom commands.
+ #
+ # tig-like log view.
+ glog = log --pretty=oneline --graph --all
[diff]
# Detect copies and renames.