Skip to content

Vladimir-Andrisko/OSuRV_2025

 
 

Repository files navigation

Procedure for submitting project:

Procedure for git:

  • All members make github account
  • 1 member fork original repository
  • That member add others members as collaborators
  • just first time git clone of your fork, to have local copy of project
  • Everyday process
    • git pull to update changes from github to local
    • change files
    • git status to see what is happening
    • git add to stage files for commit
    • git commit -m 'some message' to commit
    • git push to 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

About

Projektni zadatak iz predmeta Operativni sistemi u realnom vremenu

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Contributors

Languages

  • C++ 72.6%
  • C 12.5%
  • Python 7.6%
  • CMake 4.5%
  • Makefile 1.7%
  • Shell 1.1%