1
0
Fork 0
mirror of https://github.com/tldr-pages/tldr.git synced 2025-04-22 10:42:07 +02:00

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

This commit is contained in:
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

View file

@ -23,6 +23,14 @@
`git lfs ls-files` `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}}` `git lfs push --all {{remote_name}} {{branch_name}}`
- Fetch all Git LFS objects:
`git lfs fetch`
- Checkout all Git LFS objects:
`git lfs checkout`