Skip to content

Latest commit

 

History

History
22 lines (13 loc) · 566 Bytes

README.md

File metadata and controls

22 lines (13 loc) · 566 Bytes

c_lab_2021

How to complete Lab course

[1] Clone repository to own account.

[2] Don't upload your codes in public domain.

[3] Update cloned branch for new assignments template

[4] Create new branch for assignments (git branch c-lab)

[5] commit your codes in branch (git add . & git commit)

[6] set branch remote to private repository like CEIT Gitlab (git push -u origin main)