@@ -7,29 +7,29 @@ git-lfs(1) -- Work with large files in Git repositories.
7
7
8
8
## DESCRIPTION
9
9
10
- Git Media is a set of filters and hooks to work with large files in Git
11
- repositories. Instead of storing the large files as Git blobs, Git Media uses
10
+ Git LFS is a set of filters and hooks to work with large files in Git
11
+ repositories. Instead of storing the large files as Git blobs, Git LFS uses
12
12
clean and smudge filters to store a pointer in Git blobs instead. The actual
13
- file gets pushed to a Git Media HTTPS endpoint , and downloaded automatically
14
- when a Git branch is checked out.
13
+ file gets pushed to a Git LFS API , and downloaded automatically when a Git
14
+ branch is checked out.
15
15
16
16
## COMMANDS
17
17
18
- Like Git, Git Media commands are separated into high level ("porcelain")
18
+ Like Git, Git LFS commands are separated into high level ("porcelain")
19
19
commands and low level ("plumbing") commands.
20
20
21
21
### High-level commands (porcelain)
22
22
23
23
* git-lfs-config(1):
24
- Display the Git Media environment.
24
+ Display the Git LFS environment.
25
25
* git-lfs-init(1):
26
- Ensure Git Media is configured properly.
26
+ Ensure Git LFS is configured properly.
27
27
* git-lfs-logs(1):
28
28
Show errors from the git-lfs command.
29
29
* git-lfs-path(1):
30
- View and modify Git Media paths in Git attributes.
30
+ View and modify Git LFS paths in Git attributes.
31
31
* git-lfs-push(1):
32
- Push queued large files to the Git Media endpoint.
32
+ Push queued large files to the Git LFS endpoint.
33
33
34
34
### Low level commands (plumbing)
35
35
0 commit comments