https://git-scm.com/book/en/v2/Git-Branching-Remote-Branches
I would like to confirm that at the end of the "Pushing" section on the above page,
(1) Execute git merge origin/serverfix
after fetch
(2) Run git checkout -b serverfix origin/serverfix
Am I correct in understanding that operation (1) and (2) have the same effect after all?