You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
$ mbed config -L
[mbed] Global config:
CACHE=/var/mbed
PROTOCOL=ssh
If I pick a project I have used before, that has had numerous commits since the last time I used it, and do mbed import, mbed correctly imports from the cache.
This means that when I do mbed update master, mbed does fetch the remotes correctly, but it doesn't update the local branches, so master is the master that was in use when the cache was populated.
If caching were turned off, this behaviour would be completely different, fetching the tip of master, from when I did the import.