0 votes
in Git by
Developers A and B are building the same feature on feature/X branch. Developer B made some changes and pushed to the remote. How can developer A get the changes in the local repo code and build on top of developer B’s work?

a)  git checkout

b)  git log

c)  git pull

d)  git push

1 Answer

0 votes
by
c)  git pull using this command developer A get the changes in the local repo code and build on top of developer B’s work
...