diff options
| author | Peter Son Struschka <me@peter-struschka.com> | 2020-02-02 12:50:32 +0800 |
|---|---|---|
| committer | Peter Son Struschka <me@peter-struschka.com> | 2020-02-02 12:50:32 +0800 |
| commit | f2b18aab5a84d04a36f4194473680ad70bdb5578 (patch) | |
| tree | e9db24237556f25832811d224bcb7898f22d5d1a /git | |
| parent | 2bb9010d2e613206ce3d476dbea81eb9a56f3c66 (diff) | |
| download | dotfiles-f2b18aab5a84d04a36f4194473680ad70bdb5578.tar.gz dotfiles-f2b18aab5a84d04a36f4194473680ad70bdb5578.tar.bz2 dotfiles-f2b18aab5a84d04a36f4194473680ad70bdb5578.tar.lz dotfiles-f2b18aab5a84d04a36f4194473680ad70bdb5578.tar.xz dotfiles-f2b18aab5a84d04a36f4194473680ad70bdb5578.tar.zst dotfiles-f2b18aab5a84d04a36f4194473680ad70bdb5578.zip | |
script to find and edit config files
Diffstat (limited to 'git')
| -rw-r--r-- | git/.gitconfig | 7 |
1 files changed, 6 insertions, 1 deletions
diff --git a/git/.gitconfig b/git/.gitconfig index 20a4e3d..7990333 100644 --- a/git/.gitconfig +++ b/git/.gitconfig @@ -7,7 +7,7 @@ excludesfile = ~/.gitignore_global [credential] helper = cache --timeout=600 -[url "https://github/"] +[url "https://github.com/"] insteadOf = "gh:" [url "git@github.com:"] pushInsteadOf = "gh:" @@ -15,3 +15,8 @@ insteadOf = "aur:" [url "ssh+git://aur@aur.archlinux.org/"] pushInsteadOf = "aur:" +[filter "lfs"] + required = true + clean = git-lfs clean -- %f + smudge = git-lfs smudge -- %f + process = git-lfs filter-process |
