Skip to content

Latest commit

 

History

History
4 lines (3 loc) · 187 Bytes

Git.md

File metadata and controls

4 lines (3 loc) · 187 Bytes

git fetch和git pull的区别

  • git pull:相当于是从远程获取最新版本并merge到本地
  • git fetch:相当于是从远程获取最新版本到本地,不会自动merge