Git Pull vs. Pull Request

后端 未结 3 1969
小蘑菇
小蘑菇 2020-12-12 14:27

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

3条回答
  •  长情又很酷
    2020-12-12 14:58

    Git Pull

    Remote Repo======>local repo

    git pull=Git Fetch + Git Merge

    Pull Request

    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.

提交回复
热议问题