Skip to content

Commit d8d4b71

Browse files
committed
Image building content commands additional update
1 parent dbf8539 commit d8d4b71

File tree

1 file changed

+8
-0
lines changed
  • content/hardware/04.pro/boards/portenta-x8/tutorials/08.image-building

1 file changed

+8
-0
lines changed

content/hardware/04.pro/boards/portenta-x8/tutorials/08.image-building/content.md

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -114,6 +114,14 @@ cd /dockerVolume
114114
repo init -u https://github.com/arduino/lmp-manifest.git -m arduino.xml -b main
115115
```
116116

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+
117125
![Git-repo initialization](assets/repo_init.png)
118126

119127
Proceed to download the necessary files by synchronizing the repositories:

0 commit comments

Comments
 (0)