Update cheatsheets

This commit is contained in:
ivuorinen
2025-10-23 00:19:46 +00:00
parent 0cc7cfe867
commit 058ce19122
64 changed files with 437 additions and 86 deletions

18
tldr/git-lfs-transfer Normal file
View File

@@ -0,0 +1,18 @@
---
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`