diff --git a/pages/common/git-lfs.md b/pages/common/git-lfs.md index 60218c66f..a6f933ae1 100644 --- a/pages/common/git-lfs.md +++ b/pages/common/git-lfs.md @@ -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`