TIL

This is my 'Today-I-Learned' repository which is used to keep a record of whatever I learn in daily basis.

View on GitHub

pull_upstream

I learned how to update my fork with the repository I have forked from, this is done by adding the repo you have forked from as an upstream and then pulling from upstream, to do so we need to do following:-

git remote add upstream URL_OF_REPOSITORY
git pull upstream