This commit is contained in:
Jacobi Carter 2017-01-02 06:16:50 -05:00
parent ce5a60f62b
commit fd5603b1bd
3 changed files with 6 additions and 0 deletions

BIN
git-lfs Executable file

Binary file not shown.

View file

@ -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

View file

@ -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',
);