-
Notifications
You must be signed in to change notification settings - Fork 1
/
gitconfig
47 lines (47 loc) · 1018 Bytes
/
gitconfig
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]
name = Abhishek Mukherjee
email = [email protected]
[color]
ui = auto
diff = auto
status = auto
interactive = auto
[alias]
ci = commit
st = status
sb = show-branch
co = checkout
lol = log --pretty=oneline --abbrev-commit --graph --decorate
stn = status -uno
diffc = diff --cached
br = branch -vva
up = pull
ff = flow feature
fast = merge --ff-only
ffast = pull --ff-only
ignore = "!gi() { curl -L -s https://www.gitignore.io/api/$@ ;}; gi"
versions = tag --sort=v:refname
[log]
decorate = true
[giggle]
compact-mode = false
main-window-maximized = false
main-window-geometry = 976x675+86+44
[gui]
fontdiff = -family \"DejaVu Sans Mono\" -size 10 -weight normal -slant roman -underline 0 -overstrike 0
[github]
user = linkinpark342
[mergetool]
keepBackup = false
[merge]
tool = vimdiff
defaultToUpstream = true
[rerere]
enabled = true
[filter "media"]
required = true
clean = git media clean %f
smudge = git media smudge %f
[core]
pager = less -F -X
autocrlf = input