what's the difference between git fetch and git pull
I always use `git checkout master` and `git pull` to get the latest version. I want to know is this the same with `git fetch`?
I always use `git checkout master` and `git pull` to get the latest version. I want to know is this the same with `git fetch`?
2023-03-23
举报