Login
Remember
Register
Ask a Question
Developer A has done some changes in the subproject and pushed it. Developer B can pull those changes using __________
0
votes
asked
Sep 17, 2021
in
Interstellar Git
by
SakshiSharma
Developer A has done some changes in the subproject and pushed it. Developer B can pull those changes using __________
Select the correct answer from below options
a) git fetch origin
b) git submodule update
c) git pull origin
d) git submodule add
git-submomdule
Please
log in
or
register
to answer this question.
1
Answer
0
votes
answered
Sep 17, 2021
by
SakshiSharma
Correct answer of above question is : b) git submodule update
...