diff --git a/pages/common/git-lfs-transfer.md b/pages/common/git-lfs-transfer.md new file mode 100644 index 0000000000..ac85f32157 --- /dev/null +++ b/pages/common/git-lfs-transfer.md @@ -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: . + +- 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`