forked from mishanga/cfgs
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy path.gitconfig
More file actions
25 lines (25 loc) · 675 Bytes
/
.gitconfig
File metadata and controls
25 lines (25 loc) · 675 Bytes
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
[user]
name = Mikhail Troshev
email = mishanga@yandex-team.ru
[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
filemode = false
preloadindex = true
whitespace = fix,-indent-with-non-tab,-tab-in-indent,tabwidth=4,trailing-space,cr-at-eol
[diff]
noprefix = true