Change place of storage of the state
author |
Jonatan Werpers <jonatan@werpers.com> |
date |
Wed, 05 Dec 2018 15:43:13 +0100 |
parents |
78c448b5bdc7 |
children |
3156ace843f5 |
rev |
line source |
10
|
1 Takes care of adding local folders to Matlabs path.
|
12
|
2 Add a `.subpaths` file in the root of the project containing the relative paths of folders to add.
|
10
|
3 Then use the following functions to interact with `mpm`.
|
12
|
4
|
|
5 * `mpm.checkin`
|
|
6 * `mpm.checkout`
|
34
|
7 * `mpm.status`
|
12
|
8 * `mpm.verify`
|
34
|
9 * `mpm.clear`
|