summaryrefslogtreecommitdiff
path: root/src/git/_gitconfig
blob: 35da4ea1f67d267d3150340d1286f96005a227f6 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47

[user]
email = https://hiddenalpha.ch/slnk/id/1:c0n74ct
name = user@host

[merge]
tool = meld
ff = no

[pull]
ff = yes

[push]
default = simple

[log]
date = iso

[alias]
detach = checkout --detach
l  = log --graph --decorate --date-order
la = log --graph --decorate --date-order --all
l1 = log --graph --decorate --date-order -n1
l2 = log --graph --decorate --date-order -n2
l3 = log --graph --decorate --date-order -n3
l4 = log --graph --decorate --date-order -n4
l5 = log --graph --decorate --date-order -n5
l6 = log --graph --decorate --date-order -n6
l7 = log --graph --decorate --date-order -n7
l8 = log --graph --decorate --date-order -n8
l9 = log --graph --decorate --date-order -n9
mb = merge-base
d = diff
dc = diff --cached
dh = diff HEAD
s = status
co = checkout
br = branch
bra = !git br && git br -r

[color]
ui = always

# Helpful to get mouse scrollable diff in some terminals
#[core]
#pager = less -R -+X