You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Git will by default try to update *all* of your submodules when you run `git submodule update --remote` so if you have a lot of them, you may want to pass the name of just the submodule you want to try to update.
377
377
378
378
===== Pulling Upstream Changes from the Project Remote
379
-
Let's now step into the shoes of your collaborator, who has his own local clone of the MainProject repository.
379
+
Let's now step into the shoes of your collaborator, who has their own local clone of the MainProject repository.
380
380
Simply executing `git pull` to get your newly committed changes is not enough:
0 commit comments