Skip to content

Commit

Permalink
fix(go-task): update Taskfile.dist.yaml.tmpl with Git LFS commands
Browse files Browse the repository at this point in the history
  • Loading branch information
entelecheia committed Jun 6, 2023
1 parent b8b738d commit 999cd29
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions chezmoi/Taskfile.dist.yaml.tmpl
Original file line number Diff line number Diff line change
Expand Up @@ -53,16 +53,19 @@ tasks:

git-lfs-install:
desc: Install Git LFS
dir: {{"'{{.USER_WORKING_DIR}}'"}}
cmds:
- git lfs install

git-lfs-track:
desc: Track files with Git LFS
dir: {{"'{{.USER_WORKING_DIR}}'"}}
cmds:
- git lfs track {{"{{.CLI_ARGS}}"}}

git-lfs-track-preset:
desc: Track files with Git LFS
dir: {{"'{{.USER_WORKING_DIR}}'"}}
cmds:
- git lfs track "*.parquet"
- git lfs track "*.pkl"
Expand Down Expand Up @@ -95,6 +98,7 @@ tasks:

git-lfs-migrate:
desc: Migrate files to Git LFS
dir: {{"'{{.USER_WORKING_DIR}}'"}}
cmds:
- git lfs migrate import --everything --include={{"{{.CLI_ARGS}}"}}

Expand Down

0 comments on commit 999cd29

Please sign in to comment.