Skip to content
Snippets Groups Projects
Commit a8bcfa12 authored by Dominik Brilhaus's avatar Dominik Brilhaus
Browse files

add note to clone without gitlfs

parent 7ad5a738
No related branches found
No related tags found
No related merge requests found
# ricinus_proteome_arc
Legacy data on Ricinus proteome from Nicole Linka and Thomas Wrobel
## Clone / sync this ARC
### Including LFS
```bash
arc get -r https://git.nfdi4plants.org/brilator/ricinus_proteome_arc.git
```
```bash
arc sync
```
### Without LFS objects
```bash
arc get --nolfs -r https://git.nfdi4plants.org/brilator/ricinus_proteome_arc.git
```
#### Change LFS option on machine, where I do not want to download lfs objects
```bash
git config --local filter.lfs.smudge "git-lfs smudge --skip -- %f"
git config --local filter.lfs.process "git-lfs filter-process --skip"
```
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