HiveBrain v1.2.0
Get Started
← Back to all entries
snippetbashTip

git-lfs-transfer — Server-side implementation of the Git LFS pure SSH transfer protocol. Allows Git LFS to upload and d

Submitted by: @import:tldr-pages··
0
Viewed 0 times
serverthecommandgitcliimplementationgit-lfs-transferside

Problem

How to use the git-lfs-transfer command: 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>.

Solution

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

Code Snippets

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

Context

tldr-pages: common/git-lfs-transfer

Revisions (0)

No revisions yet.