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
Copy file name to clipboardExpand all lines: README.md
+32-13Lines changed: 32 additions & 13 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -36,7 +36,7 @@ Subjects, session and run number labels will be numbers with zero padding up to
36
36
37
37
A session folder will ALWAYS be created even if not requested (default will be `ses-001`).
38
38
39
-
Task labels will be printed in camelCase in the filenames.
39
+
Task labels will be printed in camelCase in the filenames.
40
40
41
41
Time stamps are added directly in the filename by adding a suffix `_date-YYYYMMDDHHMM` which makes the file name non-BIDS compliant. This was added to prevent overwriting files in case a certain run needs to be done a second time because of a crash (Some of us are paranoid about keeping even cancelled runs during my experiments). This suffix should be removed to make the data set BIDS compliant. See `convertSourceToRaw.m` for more details.
To get the latest commit you then need to update the submodule with the information
324
+
To get the latest commit you then need to update the submodule with the information
325
325
on its remote repository and then merge those locally.
326
326
```bash
327
327
git submodule update --remote --merge
328
328
```
329
329
330
-
Remember that updates to submodules need to be commited as well.
330
+
Remember that updates to submodules need to be committed as well.
331
+
332
+
#### Example for submodule usage
333
+
334
+
So say you want to clone a repo that has some nested submodules, then you would type this to get the content of all the submodules at once (here with assumption that you want to clone my experiment repo):
0 commit comments