1GIT-LFS-STANDALONE-FILE(1) General Commands Manual GIT-LFS-STANDALONE-FILE(1)
2
3
4
6 git-lfs-standalone-file - Standalone transfer adapter for file URLs
7
9 git lfs standalone-file
10
12 Provides a standalone transfer adapter for file URLs (local paths).
13
14 By default, Git LFS requires the support of an HTTP server to implement
15 the Git LFS protocol. However, this tool allows the use of URLs start‐
16 ing with file:/// (that is, those representing local paths) in addi‐
17 tion. Configuration is not necessary; Git LFS handles this internally.
18
19 When invoked, this tool speaks JSON on input and output as a standalone
20 transfer adapter. It is not intended for use by end users.
21
23 Part of the git-lfs(1) suite.
24
25
26
27 October 2021 GIT-LFS-STANDALONE-FILE(1)