forked from veged/dotfiles
-
Notifications
You must be signed in to change notification settings - Fork 4
/
.gitconfig
37 lines (37 loc) · 944 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
[user]
name = Mikhail Troshev
email = [email protected]
[alias]
co = checkout
st = status
di = diff
br = branch
ci = commit
lol = log --graph --decorate --pretty=oneline --abbrev-commit
hist = log --pretty=format:'%C(yellow)%h%C(reset) %ad | %C(75)%s%C(reset) %C(yellow)%d%C(reset) [%an]' --graph --date=short --branches --all
[color]
branch = auto
grep = auto
diff = auto
interactive = auto
status = auto
ui = auto
[core]
autocrlf = input
preloadindex = true
whitespace = fix,-indent-with-non-tab,-tab-in-indent,tabwidth=4,trailing-space,cr-at-eol
[rebase]
autosquash = true
[merge]
log = true
[diff]
noprefix = true
[help]
autocorrect = 1
[filter "lfs"]
clean = git-lfs clean %f
smudge = git-lfs smudge --skip %f
process = git-lfs filter-process --skip
required = true
[lfs "https://github.yandex-team.ru/"]
locksverify = false