0 votes
in Git by
When you run git fetch from my local repo, will it update your local code and target branch?

a)  Yes, the command will download new commits from remote and merge to the target branch

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

1 Answer

0 votes
by

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

Related questions

+1 vote
asked Aug 16, 2020 in Git by RShastri
0 votes
asked Mar 17, 2021 in GitHub by rajeshsharma
...