| Developer A has done some changes in the subproject and pushed it. Developer B can pull those changes using __________
Choose the correct option from below list
(1)git fetch origin
(2)git submodule update
(3)git pull origin
(4)git submodule add
Answer:-(2)git submodule update | | |