I have requirement from a end user, He wants to automate the git submodule add process via a script.
steps:
1. add a submodule to a repo
2. add a ssh key to the submodule
I was using the bitbucket username and password/appPassword but now end-user don't want to use the username and password/Apppassword. they don't remember the password.
I tried without using the authentication with failed. So i advice to achieve the same