Skip to content

strayByte2022/operating-system

Repository files navigation

INSTRUCTION TO CLONE THE REPOSITORY AND WORK ON IT

  1. Clone the repository:
git clone
  1. Create a new branch:
git checkout -b <new_branch_name>
  1. Make changes in the repository with your favorite text editor.
  2. Add changes to the branch:
git add .
  1. Commit changes:
git commit -m "<your_commit_message>"
  1. Push changes to your branch:
git push origin <your_branch_name>
  1. Go to the repository and make a pull request.
  2. Wait for the pull request to be reviewed by the repository collaborators.

IF not familiar with git and github, you can download the repository as a zip file, extract it and work on it as you wish.

ELSE watch this video: https://www.youtube.com/watch?v=_kAV059yZ_s

About

This repo is dedicated to the project of operating system

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published