/ComputerSystem

Timeline of Work Done in various Projects under CSO 211

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