Login
Remember
Register
Ask a Question
When you run git fetch from your local repo, it will update your local changes in working area?
0
votes
asked
Feb 13, 2022
in
Git
by
rajeshsharma
When you run git fetch from your local repo, it will update your local changes in working area?
a) True – It fetches the latest changes and merges with the local changes
b) False – It updates local repo only and does not affect the working area
local-repo
git-fetch
Please
log in
or
register
to answer this question.
1
Answer
0
votes
answered
Feb 13, 2022
by
rajeshsharma
b) False – It updates local repo only and does not affect the working area
...