Skip to content

Latest commit

 

History

History
43 lines (25 loc) · 595 Bytes

File metadata and controls

43 lines (25 loc) · 595 Bytes

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

  1. Fetch the changes

    git fetch upstream
    
  2. Merge the changes

    git merge upstream/master
    
  3. Correct any conflicts using the IDE