Skip to content

Commit

Permalink
added Git LFS to config
Browse files Browse the repository at this point in the history
  • Loading branch information
HariSekhon committed Nov 22, 2023
1 parent 32ff686 commit 6457867
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions .gitconfig
Original file line number Diff line number Diff line change
Expand Up @@ -248,3 +248,8 @@
#[credential "https://source.developers.google.com/"]
# helper =
# helper = !gcloud auth git-helper --account=hari@<project>.iam.gserviceaccount.com --ignore-unknown $@
[filter "lfs"]
clean = git-lfs clean -- %f
smudge = git-lfs smudge -- %f
process = git-lfs filter-process
required = true

0 comments on commit 6457867

Please sign in to comment.