|
|
|
@ -18,9 +18,19 @@ or alternatively: |
|
|
|
|
(the latter one needs you to have configured your SSH key). Then |
|
|
|
|
add/remove files as needed, and push your stuff when you are done. |
|
|
|
|
|
|
|
|
|
**N.B.**: You are free to use youw own repository to work on your |
|
|
|
|
``` |
|
|
|
|
cd Community |
|
|
|
|
git pull |
|
|
|
|
git add <file-name> |
|
|
|
|
git commit -m "message" |
|
|
|
|
git push |
|
|
|
|
``` |
|
|
|
|
|
|
|
|
|
**N.B.**: You are free to use your own repository to work on your |
|
|
|
|
mini-project, but in the end ll the material you will use for your |
|
|
|
|
presentations and mini-projects on communities, including references, |
|
|
|
|
code, data sets, etc., must be contained in this repo as well. |
|
|
|
|
|
|
|
|
|
Enjoy |
|
|
|
|
\ |
|
|
|
|
This project will be presented by Andrea Civilini, Sam Creedon and Xinyi Xu. |
|
|
|
|