Skip to content

Latest commit

 

History

History
18 lines (16 loc) · 439 Bytes

README.md

File metadata and controls

18 lines (16 loc) · 439 Bytes

ComputerSystem

Timeline of Work Done in various Projects under CSO 211

Follow along everything will be good git isn't that scary ;)

  • Fork Repo
git clone https://github.com/<username>/ComputerSystem.git

Make change to file for that week

git commit -am "message"
git remote add upstream https://github.com/king-11/ComputerSystem.git
git pull upstream master
git status
git push origin master
  • Make a Pull Request