mirror of
https://github.com/tldr-pages/tldr.git
synced 2025-04-22 06:22:07 +02:00
git-lfs: add fetch and checkout subcommands (#3884)
This commit is contained in:
parent
63b56d944f
commit
4c831ae0d5
1 changed files with 9 additions and 1 deletions
|
@ -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`
|
||||
|
|
Loading…
Add table
Reference in a new issue