]> git.friedersdorff.com Git - max/dotfiles.git/blob - git/.gitconfig
Finish moving dotfiles to stow structure
[max/dotfiles.git] / git / .gitconfig
1 [color]
2         ui = true
3         branch = always
4         status = always
5         interactive = always
6         diff = always
7 [user]
8         name = Maximilian Friedersdorff
9         email = maxf130@gmail.com
10 [core]
11         editor = vim
12         excludesfile = /home/max/.gitignore
13 [merge]
14         tool = diffuse
15 [push]
16         default = simple
17 [alias]
18         lg = log --graph --pretty=format:'%Cred%h%Creset %ad %s %C(bold blue)<%an>%Creset %C(yellow)%d%Creset' --date=short
19         hist = log --graph --full-history --all --pretty=format:'%Cred%h%Creset %ad %s %C(bold blue)<%an>%Creset %C(yellow)%d%Creset' --date=short
20         struct = log --graph --full-history --all --pretty=format:'%ad %s %Creset %C(yellow)%d%Creset' --date=short --simplify-by-decoration
21         co = checkout
22         ci = commit
23         st = status
24         br = branch
25         df = diff