Procedure for submitting project:
- git
- Add to DOCS.tsv
- pull request on original repository (https://github.com/MilosSubotic/OSuRV_2025)
- Youtube video
- Add to DOCS.tsv
Procedure for git:
- All members make github account
- 1 member fork original repository
- That member add others members as collaborators
- just first time
git cloneof your fork, to have local copy of project - Everyday process
git pullto update changes from github to local- change files
git statusto see what is happeninggit addto stage files for commitgit commit -m 'some message'to commitgit pushto push local changes to github
- on github make pull request to ask MilosSubotic to merge your changes to original repository
- MilosSubotic review it
- Merge it