This repository displays my personal study notes across various tech subjects, showcasing my continuous learning and expertise in all things related to computer science.
$ git remote -v$ git remote add upstream {github url of repo you forked from}$ git remote -v$ git fetch upstream$ git pull upstream main