Update from Originating Repository

Step 1: Add the remote repository

git remote add upstream https://github.com/sujaykundu777/devlopr-jekyll.git

Step 2: Fetch the changes

git fetch upstream

Step 3: Merge the changes

git merge upstream/master