updated last week
This commit is contained in:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user