Slide 6
Slide 6 text
gitconfig
https://github.com/to4iki/dotfiles/blob/master/git/gitconfig
[alias]
br = branch --verbose --verbose --color --sort=-authordate
co = checkout
c = commit -av
d = diff --histogram
f = fetch
g = grep -n -p --color --heading --break
l = log --oneline
n = now --all --stat
s = status -sb
undo = reset --soft HEAD~
o = browse
copr = !git fetch origin pull/${1}/head:pr/${1} && git checkout pr/${1}
fpush = push --force-with-lease
6