git-lfs-transfer: add page (#18930)

This commit is contained in:
Godwin Iheuwa
2025-10-22 15:26:31 +01:00
committed by GitHub
parent e144aac40b
commit 216b162c7f
+13
View File
@@ -0,0 +1,13 @@
# git-lfs-transfer
> Server-side implementation of the Git LFS pure SSH transfer protocol.
> Allows Git LFS to upload and download large files over SSH instead of HTTPS.
> More information: <https://github.com/charmbracelet/git-lfs-transfer#usage>.
- Upload large files tracked by Git LFS to a repository:
`git-lfs-transfer {{path/to/repo.git}} upload`
- Download large files tracked by Git LFS from a repository:
`git-lfs-transfer {{path/to/repo.git}} download`