When building a custom release track, it's common to keep packages in the /packages
directory as git submodules. The following command allows you to fetch all of the latest commits for the submodules in your /packages
directory at the same time.
git submodule foreach git pull origin master