Add `git lfs pull` to workflow.md (#32914)

old-commit-hash: edd042f308
fix-exp-path
Xida Ren (Cedar) 10 months ago committed by GitHub
parent e7ccd98e76
commit 8e27e0bc9c
  1. 1
      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

Loading…
Cancel
Save