mirror of https://github.com/LuSilf/dotfiles.git
You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
35 lines
667 B
35 lines
667 B
[user] |
|
name = Anton Aleksanin |
|
email = silvosoni@gmail.com |
|
|
|
[core] |
|
editor = code --wait |
|
autocrlf = input |
|
filemode = false |
|
|
|
[push] |
|
autoSetupRemote = true |
|
|
|
[color] |
|
ui = true |
|
status = auto |
|
branch = auto |
|
|
|
[alias] |
|
logline = log --graph --pretty=format:'%Cred%h%Creset -%C(yellow)%d%Creset %s %Cgreen(%cr) %C(bold blue)<%an>%Creset' --abbrev-commit |
|
|
|
[init] |
|
defaultBranch = master |
|
|
|
[includeIf "gitdir:/home/lusilf/work/mvideo/"] |
|
path = "~/.gitconfig-mvideo" |
|
|
|
[includeIf "gitdir:/media/data/work/mvideo/"] |
|
path = "~/.gitconfig-mvideo" |
|
|
|
[filter "lfs"] |
|
required = true |
|
clean = git-lfs clean -- %f |
|
smudge = git-lfs smudge -- %f |
|
process = git-lfs filter-process |
|
|
|
|