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