File tree Expand file tree Collapse file tree 1 file changed +7
-0
lines changed Expand file tree Collapse file tree 1 file changed +7
-0
lines changed Original file line number Diff line number Diff line change @@ -63,6 +63,13 @@ mbed-tools import <example> <PATH>
63
63
- [mbed-os-example-nfc](https://github.com/ARMmbed/mbed-os-example-nfc)
64
64
- [mbed-os-example-sockets](https://github.com/ARMmbed/mbed-os-example-sockets)
65
65
66
+ Mbed CLI 2 will automatically use a shallow clone of git repositories whenever
67
+ it can (with `import`, `deploy`, and other applicable commands) to speed up
68
+ library and application management tasks. This will provide you with a local
69
+ copy of a git repository that contains only a single branch. If you'd like to
70
+ `git checkout` other versions manually, you'll need to convert your local
71
+ repository into a complete copy using `git fetch --unshallow`.
72
+
66
73
### Use a specific Mbed program library
67
74
68
75
A Mbed program can use library dependencies at the revision specified in the ".lib" files.
You can’t perform that action at this time.
0 commit comments