jonrh / lambda-lovelace

🎓 MSc project, recommender system for tweets
https://jonrh.github.io/lambda-lovelace/
ISC License
4 stars 0 forks source link

Mirror this repository to UCD #92

Closed jonrh closed 8 years ago

jonrh commented 8 years ago

This should be the very last step of our project. Once the repository is complete force push a mirror to the UCD repository: https://github.com/ucd-nlmsc-teamproject/LambdaLovelace-Team

On jonrh's computer:

cd Project/Code/lambda-lovelace-mirror/
git fetch -p origin
git push --mirror

Here are the instructions I followed. https://help.github.com/articles/duplicating-a-repository/