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

Related questions

0 votes
asked Oct 26, 2020 in Git by AdilsonLima
0 votes
asked Jan 23, 2020 in Data Science by AdilsonLima
...