Skip to content

Programs of System Software & Operating Systems Lab

Notifications You must be signed in to change notification settings

blurryface96/SSOS-Lab

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

34 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

SSOS-Lab

Clone this repo to your system:
git clone https://github.com/6thSem-Lab-Programs/SSOS-Lab.git

Add your files to the cloned directory and then to the repo:
git add . or git add <files>

Commit the changes:
git commit -m

Push changes to remote repo:
git push origin master


Remember to pull from remote repo before pushing to update your local repo with all the changes:
git pull origin master

To maintain separate versions and prevent merge issues put your files in folders of your names. The lex.yy.c and a.out files should be ignored by default so no need to worry about them.

About

Programs of System Software & Operating Systems Lab

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • C 95.7%
  • C++ 1.7%
  • Lex 1.7%
  • Yacc 0.9%