mirror of
https://github.com/He4eT/dotfiles.git
synced 2026-06-19 03:04:27 +00:00
home: add .gitconfig
This commit is contained in:
parent
4995b97853
commit
38a47ed8c5
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