📜  git pull 和 git merge 的区别 - Shell-Bash 代码示例

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

代码示例2
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).