student_id(folder)
┃
┗ student_id.md / student_id.tex / ...
2018-10-14
-
create account on github.com
-
login into github.com
-
fork a copy of info-ruc/middleware-18
-
download git tool to your local computer
-
set user.name and user.email:
git config --global user.name "yourname" git config --global user.email "yourname@yourserver.com"
- clone
cd dir_where_you_prepare_report_dir git clone https://github.com/yourname/middleware-18.git
-
edit reports (student_no.md / student_no.tex)
-
commit your changes:
git add --all git commit -m "description of edit"
- push changes to github.com server
git push
- create a pull request on github.com to merge your commit with info-ruc/middleware-18