This shows you the differences between two versions of the page.
| Both sides previous revision Previous revision | |||
|
products:sbc:common:development:edges-rockchip-linux-sdk [2025/05/14 22:15] nick |
products:sbc:common:development:edges-rockchip-linux-sdk [2025/07/22 05:55] (current) nick |
||
|---|---|---|---|
| Line 79: | Line 79: | ||
| ``` | ``` | ||
| + | /* | ||
| 6. Sync large files: | 6. Sync large files: | ||
| Line 84: | Line 85: | ||
| $ .repo/ | $ .repo/ | ||
| ``` | ``` | ||
| + | */ | ||
| - | 7. If you need to build Yocto, please disable the auto-detaching feature of git gc: | + | 6. If you need to build Yocto, please disable the auto-detaching feature of git gc: |
| ```shell | ```shell | ||
| $ git config --global gc.autoDetach false | $ git config --global gc.autoDetach false | ||
| ``` | ``` | ||
| - | 8. Create a work branch for each repository: | + | 7. Create a work branch for each repository: |
| ```shell | ```shell | ||
| $ .repo/ | $ .repo/ | ||