diff options
| author | Mitja Felicijan <mitja.felicijan@gmail.com> | 2025-06-18 20:21:22 +0200 |
|---|---|---|
| committer | Mitja Felicijan <mitja.felicijan@gmail.com> | 2025-06-18 20:21:22 +0200 |
| commit | 265cf9ee74a43fb16015b5c84720f3afe5b4553b (patch) | |
| tree | b122e812ee5c105b87cfb32a45cf3a0961d96466 /.gitconfig | |
| parent | 8e054ad3837f63804ea7e2d0b9531a1db9132b9f (diff) | |
| download | dotfiles-265cf9ee74a43fb16015b5c84720f3afe5b4553b.tar.gz | |
Update
Diffstat (limited to '.gitconfig')
| -rw-r--r-- | .gitconfig | 5 |
1 files changed, 5 insertions, 0 deletions
| @@ -15,3 +15,8 @@ | |||
| 15 | rebase = true | 15 | rebase = true |
| 16 | [gpg] | 16 | [gpg] |
| 17 | format = ssh | 17 | format = ssh |
| 18 | [filter "lfs"] | ||
| 19 | required = true | ||
| 20 | clean = git-lfs clean -- %f | ||
| 21 | smudge = git-lfs smudge -- %f | ||
| 22 | process = git-lfs filter-process | ||
