diff options
author | Camil Staps | 2021-04-11 19:36:45 +0200 |
---|---|---|
committer | Camil Staps | 2021-04-11 19:36:45 +0200 |
commit | 4c1a84b429404ef0d743a3c9a90257b589bd8bff (patch) | |
tree | 39d3f8c35242d75a9596f00d4c002542a1b87fb5 /git/.gitconfig | |
parent | Add sensible xsetwacom settings to single/dual monitor scripts to map to only... (diff) |
Add git settings for LFS; only allow fast-forward on pull
Diffstat (limited to 'git/.gitconfig')
-rw-r--r-- | git/.gitconfig | 7 |
1 files changed, 7 insertions, 0 deletions
diff --git a/git/.gitconfig b/git/.gitconfig index 88ada2c..883ade4 100644 --- a/git/.gitconfig +++ b/git/.gitconfig @@ -33,3 +33,10 @@ recurseSubmodules = check [rerere] enabled = true +[filter "lfs"] + clean = git-lfs clean -- %f + smudge = git-lfs smudge -- %f + process = git-lfs filter-process + required = true +[pull] + ff = only |