1、获取:git pull = git fetch +git merge(合并) 获取:git pull:是从远端拉取并且完成merge的操作 2、拉取:git fetch:只拉取不merge 4、git push:直接提交 相关文章: