Skip to content

Commit

Permalink
Add git-lfs
Browse files Browse the repository at this point in the history
  • Loading branch information
pwalch committed Mar 13, 2024
1 parent 9136565 commit d7d2ec1
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 2 deletions.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -83,7 +83,7 @@ Install all Brew Cask applications and start each of them for the first time:
```bash
brew install --cask google-chrome firefox \
rectangle flycut \
visual-studio-code pycharm-ce docker \
visual-studio-code pycharm-ce docker git-lfs \
thunderbird obsidian vlc gimp zoom libreoffice \
tailscale
```
Expand Down
7 changes: 6 additions & 1 deletion dot_gitconfig.tmpl
Original file line number Diff line number Diff line change
Expand Up @@ -63,4 +63,9 @@
find-tags-by-commit = "!f() { git describe --always --contains $1; }; f"
find-commits-by-source = "!f() { git log --pretty=format:'%C(yellow)%h %Cblue%ad %Creset%s%Cgreen [%cn] %Cred%d' --decorate --date=short -S$1; }; f"
find-commits-by-message = "!f() { git log --pretty=format:'%C(yellow)%h %Cblue%ad %Creset%s%Cgreen [%cn] %Cred%d' --decorate --date=short --grep=$1; }; f"


[filter "lfs"]
clean = git-lfs clean -- %f
smudge = git-lfs smudge -- %f
process = git-lfs filter-process
required = true

0 comments on commit d7d2ec1

Please sign in to comment.