Update from Originating Repository
Ensure upstream:
git remote -v
In the output if you see
upstream https://github.com/sujaykundu777/devlopr-jekyll.git (fetch)
upstream https://github.com/sujaykundu777/devlopr-jekyll.git (push)
If not add the remote repository
git remote add upstream https://github.com/sujaykundu777/devlopr-jekyll.git
Merge
-
Fetch the changes
git fetch upstream -
Merge the changes
git merge upstream/master -
Correct any conflicts using the IDE