Skip to content

Latest commit

 

History

History
24 lines (15 loc) · 1.01 KB

README.md

File metadata and controls

24 lines (15 loc) · 1.01 KB

Blank Project Template

To clone this directory for a new "project",

git clone https://github.com/labordynamicsinstitute/paper-template.git
mv paper-template paper-meaningful-name  
cd paper-meaningful-name
git remote remove origin

Now create a new repository on the git of your choice, e.g., Github. You will then run

git remote add origin [email protected]:labordynamicsinstitute/paper-meaningful-name.git
git push -u origin master

Alternatively, you can use the Use as template functionality on Github.com.

You should replace this README with a README template adequate for describing the resulting replication archive, such as

Other useful templates