InterviewSolution
Saved Bookmarks
| 1. |
Developer A has done some changes in the subproject and pushed it. Developer B can pull those changes using __________ |
|
Answer» 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 |
|