]> git.friedersdorff.com Git - max/dotfiles.git/blob - git/.gitconfig
Use i3lock for i3 screen locking instead
[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 [core]
11         editor = vim
12         excludesfile = /home/max/.gitignore
13 [merge]
14         tool = diffuse
15         ff = true
16 [push]
17         default = simple
18 [alias]
19         lg = log --graph --pretty=format:'%Cred%h%Creset %ad %s %C(bold blue)<%an>%Creset %C(yellow)%d%Creset' --date=short
20         hist = log --graph --full-history --all --pretty=format:'%Cred%h%Creset %ad %s %C(bold blue)<%an>%Creset %C(yellow)%d%Creset' --date=short
21         struct = log --graph --full-history --all --pretty=format:'%ad %s %Creset %C(yellow)%d%Creset' --date=short --simplify-by-decoration
22         co = checkout
23         ci = commit
24         st = status
25         br = branch
26         df = diff