https://github.com/coganlab/tasks
A hub for task scripts
https://github.com/coganlab/tasks
Last synced: about 1 year ago
JSON representation
A hub for task scripts
- Host: GitHub
- URL: https://github.com/coganlab/tasks
- Owner: coganlab
- License: mit
- Created: 2024-07-03T16:19:58.000Z (almost 2 years ago)
- Default Branch: main
- Last Pushed: 2024-11-13T16:51:58.000Z (over 1 year ago)
- Last Synced: 2025-02-12T13:24:07.115Z (over 1 year ago)
- Language: MATLAB
- Size: 135 KB
- Stars: 1
- Watchers: 0
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# Tasks
A hub for task scripts
## Instructions
For those not familiar with git submodule, it is a way of syncing one repository to another as a folder.
More info: https://git-scm.com/book/en/v2/Git-Tools-Submodules
### To clone the repository to a new computer
`git clone git@github.com:coganlab/Tasks.git`
### To sync the sub-repositories
```
git submodule init
git submodule sync --recursive
git submodule update --recursive
```