git-lfs: add fetch and checkout subcommands (#3884)

client-spec/clarity
Starbeamrainbowlabs 2020-03-06 18:48:14 +00:00 committed by GitHub
parent 63b56d944f
commit 4c831ae0d5
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 9 additions and 1 deletions

View File

@ -23,6 +23,14 @@
`git lfs ls-files`
- Push all LFS objects to the remote server (useful if errors are encountered):
- Push all Git LFS objects to the remote server (useful if errors are encountered):
`git lfs push --all {{remote_name}} {{branch_name}}`
- Fetch all Git LFS objects:
`git lfs fetch`
- Checkout all Git LFS objects:
`git lfs checkout`