Home
Recent Q&A
Java
Cloud
JavaScript
Python
SQL
PHP
HTML
C++
Data Science
DBMS
Devops
Hadoop
Machine Learning
Azure
Blockchain
Devops
Ask a Question
Developer A has done some changes in the subproject and pushed it. Developer B can pull those changes using __________
Home
Interstellar Git
Developer A has done some changes in the subproject and pushed it. Developer B can pull those...
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
...