You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: docs/README-comparison.md
+1-1Lines changed: 1 addition & 1 deletion
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -9,7 +9,7 @@ A comparative overview of two distinct approaches to managing and storing large
9
9
10
10
**Key Features:**
11
11
12
-
-**Pointer-Based Storage:** Replaces large files (e.g., audio, video, datasets) in the Git repository with lightweight text pointers, while storing the actual file contents on a remote server. citeturn0search0
12
+
-**Pointer-Based Storage:** Replaces large files (e.g., audio, video, datasets) in the Git repository with lightweight text pointers, while storing the actual file contents on a remote server.
13
13
14
14
-**Seamless Git Integration:** Allows developers to use standard Git commands (`add`, `commit`, `push`, `pull`) without altering their workflow.
Copy file name to clipboardExpand all lines: docs/README-release-test.md
+23-9Lines changed: 23 additions & 9 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -1,27 +1,41 @@
1
-
# 🧪 `git-gen3` Pilot Test Script
1
+
# 🧪 `lfs-meta` Pilot Test Script
2
2
3
-
> Please follow the steps below to test core functionality of the `git-gen3` tool. Report any issues to the project team via GitHub or the feedback form.
3
+
> Please follow the steps below to test core functionality of the `lfs-meta` tool. Report any issues to the project team via GitHub or the feedback form.
4
4
5
5
---
6
6
7
7
## ✅ Prerequisites
8
8
9
9
Before starting, ensure you have:
10
10
11
-
- Access to a Git repo cloned from the `git-gen3` template
12
-
- A working installation of the `git-gen3` CLI
11
+
- Access to a Git repo cloned from the `lfs-meta` template
12
+
- A working installation of the `lfs-meta` CLI
13
13
- Access to an S3, GCS, or Azure bucket (read-only)
14
14
- Python or Go runtime (depending on implementation)
15
15
- A `fence` endpoint (or staging Gen3 system) if testing user sync
0 commit comments