Skip to content
Snippets Groups Projects
Commit 9074eccd authored by Philipp Niedermayer's avatar Philipp Niedermayer
Browse files

Add readme

parent aebd69f5
No related branches found
No related tags found
No related merge requests found
# Data analysis repo
This repository is a collection of data analysis repos for various shifts and contains the common code for reading and evaluating data.
## Usage
### Clone
```
git clone git@git.gsi.de:p.niedermayer/data-analysis.git
cd data-analysis
git submodule init
git -c http.sslVerify=false submodule update common/bdiolib
```
Then, for every data analysis submodule (folder name xxxx) of interest
```
git submodule update xxxx
```
### Add new data analysis repo
- Create git repo
- Add a README to it and initial commit
- Add submodule locally
```
git submodule add git@git.gsi.de:p.niedermayer/data-analysis-xxxx.git xxxx
git commit -m "Added submodule xxxx"
```
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment