updated last week

This commit is contained in:
2025-12-18 00:19:29 -07:00
parent 81d06ece95
commit 3129ca977d
3 changed files with 18 additions and 18 deletions

View File

@@ -36,7 +36,7 @@ Creating `.gitattributes` to track the specified binary file types with Git LFS:
<tool-use data-tool-type="write" data-tool-name="write">
<details><summary>Tool use: **code_edit** • Edit file: .gitattributes</summary>
<details><summary>Tool use: **write** • Edit file: .gitattributes</summary>
**Chunk 1**
Lines added: 26, lines removed: 1
@@ -88,7 +88,7 @@ Created `.gitattributes` with LFS tracking for *.xlsx, *.docx, *.jpg, *.png, *.p
---
<tool-use data-tool-type="shell" data-tool-name="run_terminal_cmd">
<details><summary>Tool use: **command** • Run command: git lfs migrate import --include="*.xlsx,*.docx,*.jpg,*.jpeg,*.png,*.prproj,*.mp4,*.pdn,*.psd,*.pdf" --everything</summary>
<details><summary>Tool use: **run_terminal_cmd** • Run command: git lfs migrate import --include="*.xlsx,*.docx,*.jpg,*.jpeg,*.png,*.prproj,*.mp4,*.pdn,*.psd,*.pdf" --everything</summary>
```bash
git lfs migrate import --include="*.xlsx,*.docx,*.jpg,*.jpeg,*.png,*.prproj,*.mp4,*.pdn,*.psd,*.pdf" --everything
@@ -113,7 +113,7 @@ The migration requires a clean working tree. Staging `.gitattributes`, then we'l
---
<tool-use data-tool-type="shell" data-tool-name="run_terminal_cmd">
<details><summary>Tool use: **command** • Run command: git add .gitattributes</summary>
<details><summary>Tool use: **run_terminal_cmd** • Run command: git add .gitattributes</summary>
```bash
git add .gitattributes