Closed noelle-jung closed 2 years ago
Hi @ShirwaM
When the Angular submodule was added was the command git submodule add ...
or something else?
Hi @shawnlu-g
I added the Angular submodule with git submodule add https://github.com/googlemaps/angular-on-demand-rides-deliveries-samples.git
That modified .gitmodules to look like
[submodule "angular-on-demand-rides-deliveries-samples"]
path = angular-on-demand-rides-deliveries-samples
url = https://github.com/googlemaps/angular-on-demand-rides-deliveries-samples.git
which I changed manually to
[submodule "angular"]
path = angular
url = https://github.com/googlemaps/angular-on-demand-rides-deliveries-samples
(changed path and removed ".git" from the url) to follow the convention of the other submodules in .gitmodules.
Sorry Noelle, I think something didn't go well during the process, may need to redo. I believe the key is the 2nd argument of the git submodule add
command
If you use
git submodule add https://github.com/googlemaps/angular-on-demand-rides-deliveries-samples.git angular-js
it may work well.
Thanks @shawnlu-g , I opened a new PR https://github.com/googlemaps/on-demand-rides-deliveries-samples/pull/7
Thank you for opening a Pull Request!
Before submitting your PR, there are a few things you can do to make sure it goes smoothly:
Fixes # 🦕