From edd042f308b74ec0e9f16462de1f869f20b6a1fd Mon Sep 17 00:00:00 2001 From: "Xida Ren (Cedar)" Date: Fri, 5 Jul 2024 20:10:39 -0400 Subject: [PATCH] Add `git lfs pull` to workflow.md (#32914) --- docs/WORKFLOW.md | 1 + 1 file changed, 1 insertion(+) diff --git a/docs/WORKFLOW.md b/docs/WORKFLOW.md index 1babe3c94a..10cf244fd6 100644 --- a/docs/WORKFLOW.md +++ b/docs/WORKFLOW.md @@ -9,6 +9,7 @@ Most development happens on normal Ubuntu workstations, and not in cars or direc ```bash # get the latest stuff git pull +git lfs pull git submodule update --init --recursive # update dependencies