mirror of
https://github.com/He4eT/dotfiles.git
synced 2026-06-18 19:04:26 +00:00
home: add .gitconfig
This commit is contained in:
parent
51a478ea32
commit
c4823477f0
1 changed files with 12 additions and 0 deletions
12
home/.gitconfig
Normal file
12
home/.gitconfig
Normal file
|
|
@ -0,0 +1,12 @@
|
|||
[user]
|
||||
name = He4eT
|
||||
email = He4eT@oddsquat.org
|
||||
[core]
|
||||
pager = less -S
|
||||
[pull]
|
||||
rebase = true
|
||||
[filter "lfs"]
|
||||
smudge = git-lfs smudge -- %f
|
||||
process = git-lfs filter-process
|
||||
required = true
|
||||
clean = git-lfs clean -- %f
|
||||
Loading…
Add table
Add a link
Reference in a new issue