We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent dbf8539 commit d8d4b71Copy full SHA for d8d4b71
content/hardware/04.pro/boards/portenta-x8/tutorials/08.image-building/content.md
@@ -114,6 +114,14 @@ cd /dockerVolume
114
repo init -u https://github.com/arduino/lmp-manifest.git -m arduino.xml -b main
115
```
116
117
+If no specific branch is mentioned, the command could default to:
118
+
119
+```bash
120
+repo init -u https://github.com/arduino/lmp-manifest.git -m arduino.xml
121
+```
122
123
+This would implicitly use the default branch, which is typically the *main* in repositories these days.
124
125

126
127
Proceed to download the necessary files by synchronizing the repositories:
0 commit comments