I have a question about git fetch
.
Actually, I know how it works.
But I guess without that command, I can see the changes from origin/<branch>
.
Lets say in GitHub repo, some files get changed and I can simply see them on my machine by doing git checkout origin/<branch>
without git fetch origin/<branch>
command.
Is it a new feature by git?
Automatically fetching remote repo?