mirror of
https://github.com/ivuorinen/cheatsheet-tldr.git
synced 2026-02-03 11:43:31 +00:00
19 lines
561 B
Plaintext
19 lines
561 B
Plaintext
---
|
|
syntax: markdown
|
|
tags: [tldr, common]
|
|
source: https://github.com/tldr-pages/tldr.git
|
|
---
|
|
# 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`
|