mirror of
https://gitea.blesmrt.net/mikaela/shell-things.git
synced 2024-11-22 03:09:22 +01:00
gitconfig: add push.autoSetupRemote=true & lfs filter
The later was automatic that I haven't just noticed for committing before
This commit is contained in:
parent
d2dc35b2d1
commit
040707c171
@ -33,6 +33,7 @@
|
||||
[push]
|
||||
default = current
|
||||
gpgSign = if-asked
|
||||
autoSetupRemote = true
|
||||
[credential]
|
||||
helper = cache --timeout=86400
|
||||
[merge]
|
||||
@ -63,3 +64,8 @@
|
||||
# I am not developing in detached head state, I generally want to compile
|
||||
# a specific version of a program and I know how to get out of it
|
||||
detachedHead = false
|
||||
[filter "lfs"]
|
||||
clean = git-lfs clean -- %f
|
||||
smudge = git-lfs smudge -- %f
|
||||
process = git-lfs filter-process
|
||||
required = true
|
||||
|
@ -33,6 +33,7 @@
|
||||
[push]
|
||||
default = current
|
||||
gpgSign = if-asked
|
||||
autoSetupRemote = true
|
||||
[credential]
|
||||
helper = cache --timeout=86400
|
||||
[merge]
|
||||
@ -63,3 +64,8 @@
|
||||
# I am not developing in detached head state, I generally want to compile
|
||||
# a specific version of a program and I know how to get out of it
|
||||
detachedHead = false
|
||||
[filter "lfs"]
|
||||
clean = git-lfs clean -- %f
|
||||
smudge = git-lfs smudge -- %f
|
||||
process = git-lfs filter-process
|
||||
required = true
|
||||
|
Loading…
Reference in New Issue
Block a user