Keep your fork up to date
You'll want to keep your fork up-to-date with changes from Talawa's main repositories
First Make sure you have check out your develop
branch
$ git checkout develop
Switched to branch 'develop'
Next is pulling the upstream and pushing the changes to your remote fork.Then run git push
$ git pull upstream develop
$ git push origin develop