-
Notifications
You must be signed in to change notification settings - Fork 1
Expand file tree
/
Copy pathgitconfig
More file actions
31 lines (24 loc) · 682 Bytes
/
Copy pathgitconfig
File metadata and controls
31 lines (24 loc) · 682 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
26
27
28
29
30
31
[user]
email = yevgeniy.melnichuk@googlemail.com
name = Yevgeniy Melnichuk
[core]
excludesfile = ~/.gitignore
editor = vim
autocrlf = input
[push]
default = simple
[filter "media"]
required = true
clean = git media clean %f
smudge = git media smudge %f
[filter "hawser"]
clean = git hawser clean %f
smudge = git hawser smudge %f
required = true
[fetch]
prune = true
[alias]
loga = log --format=\"%C(yellow)%h %C(red)%cd %C(reset)%s\" --date=\"format:%d %b %H:%M:%S\"
logaa = log --format=\"%C(yellow)%h %C(red)%cd %C(reset)%s %C(green)%<(18,trunc)%cn\" --date=\"format:%d %b %H:%M:%S\"
[init]
defaultBranch = main