I\'m new to using Git, so I apologize if this is trivial. I have a private repository set up using Github and EGit.
To update and merge my local re
Remote Repo======>local repo
git pull=Git Fetch + Git Merge
It's a Github thing.
Remote Github Repo<========Pull Request from=====Your Github Repo
Whether the maintainer of the remote github repo will accept your pull request or not, is on her.