Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Create CLI tooling to switch between submodules. #226

Open
ikhatri opened this issue May 17, 2020 · 0 comments
Open

Create CLI tooling to switch between submodules. #226

ikhatri opened this issue May 17, 2020 · 0 comments

Comments

@ikhatri
Copy link
Member

ikhatri commented May 17, 2020

Currently it is a huge pain for developers who also need to deploy to switch between various configuration submodules. The process involves manually editing the .gitmodules file as well as potentially modifying the contents of .git among other things.

We should alleviate these issues with some clever bash scripting. There should be a simple JSON file that can be git ignored which contains the URLS for each submodule remote. The script should serve as a mechanism to switch between various submodule remotes as well as check out the submodule to the correct version by modifying all the necessary files properly.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant