Skip to content

Latest commit

 

History

History
11 lines (11 loc) · 418 Bytes

README.md

File metadata and controls

11 lines (11 loc) · 418 Bytes

Publication Data

Use a seperate orphan branch for each replication package:

git init
git remote add origin https://github.com/HSU-HPC/publication-data.git
git checkout --orphan <NAME>

In the readme of your replication package, include instructions on how to download only the corresponding branch:

git clone -b <NAME> --single-branch --depth 1 https://github.com/HSU-HPC/publication-data.git