📜  拉取请求和拉取请求之间的区别 - 无论代码示例

📅  最后修改于: 2022-03-11 14:58:57.248000             🧑  作者: Mango

代码示例1
If you use git pull, you pull the changes from the remote repository
into yours.

If you send a pull request to another repository, you ask their 
maintainers to pull your changes into theirs (you more or less ask
them to use a git pull from your repository).