mirror of
https://github.com/NaomiAmethyst/dots.git
synced 2025-04-13 09:30:06 +00:00
+git-lfs
This commit is contained in:
parent
ce5a60f62b
commit
fd5603b1bd
3 changed files with 6 additions and 0 deletions
BIN
git-lfs
Executable file
BIN
git-lfs
Executable file
Binary file not shown.
|
@ -41,3 +41,8 @@
|
|||
[user]
|
||||
name = Jacobi Carter
|
||||
email = jcarter@okta.com
|
||||
[filter "lfs"]
|
||||
process = git-lfs filter-process
|
||||
required = true
|
||||
clean = git-lfs clean -- %f
|
||||
smudge = git-lfs smudge -- %f
|
||||
|
|
|
@ -84,6 +84,7 @@ my %links = (
|
|||
|
||||
'git-info' => 'bin/git-info',
|
||||
'git-untrack-ignored' => 'bin/git-untracked-ignored',
|
||||
'git-lfs' => 'bin/git-lfs',
|
||||
|
||||
gdbinit => '.gdbinit',
|
||||
);
|
||||
|
|
Loading…
Add table
Reference in a new issue