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