in Technology by
edited by

When you run git fetch from my local repo, will it update your local code and target branch?

(1)Yes, the command will download new commits from remote and merge to the target

branch
(2)No, the command will only download the new commits and keep them in a separate

branch in local repo

Please log in or register to answer this question.

1 Answer

0 votes
by

No, the command will only download the new commits and keep them in a separate branch in local repo

Related questions

...