From 4c831ae0d5a3e27788404df2bd5684e87d1775ba Mon Sep 17 00:00:00 2001 From: Starbeamrainbowlabs Date: Fri, 6 Mar 2020 18:48:14 +0000 Subject: [PATCH] git-lfs: add fetch and checkout subcommands (#3884) --- pages/common/git-lfs.md | 10 +++++++++- 1 file changed, 9 insertions(+), 1 deletion(-) 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`