1GIT-LFS-STANDALONE-FILE(1) 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
16 starting with file:/// (that is, those representing local paths) in
17 addition. Configuration is not necessary; Git LFS handles this
18 internally.
19
20 When invoked, this tool speaks JSON on input and output as a standalone
21 transfer adapter. It is not intended for use by end users.
22
24 Part of the git-lfs(1) suite.
25
26
27
28 GIT-LFS-STANDALONE-FILE(1)