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

Update .gitmodules for clone to work without credentials #30

Open
wants to merge 1 commit into
base: v1.x/master
Choose a base branch
from
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Jump to
Jump to file
Failed to load files.
Diff view
Diff view
32 changes: 16 additions & 16 deletions .gitmodules
Original file line number Diff line number Diff line change
@@ -1,48 +1,48 @@
[submodule "zlux-example-server"]
path = zlux-example-server
url = git@github.com:zowe/zlux-example-server.git
url = https://github.com/zowe/zlux-example-server.git
[submodule "sample-app"]
path = sample-app
url = git@github.com:zowe/sample-app.git
url = https://github.com/zowe/sample-app.git
[submodule "tn3270-ng2"]
path = tn3270-ng2
url = git@github.com:zowe/tn3270-ng2.git
url = https://github.com/zowe/tn3270-ng2.git
[submodule "zos-subsystems"]
path = zos-subsystems
url = git@github.com:zowe/zos-subsystems.git
url = https://github.com/zowe/zos-subsystems.git
[submodule "zlux-app-manager"]
path = zlux-app-manager
url = git@github.com:zowe/zlux-app-manager.git
url = https://github.com/zowe/zlux-app-manager.git
[submodule "zlux-ng2"]
path = zlux-ng2
url = git@github.com:zowe/zlux-ng2.git
url = https://github.com/zowe/zlux-ng2.git
[submodule "zlux-platform"]
path = zlux-platform
url = git@github.com:zowe/zlux-platform.git
url = https://github.com/zowe/zlux-platform.git
[submodule "zlux-proxy-server"]
path = zlux-proxy-server
url = git@github.com:zowe/zlux-proxy-server.git
url = https://github.com/zowe/zlux-proxy-server.git
[submodule "zlux-shared"]
path = zlux-shared
url = git@github.com:zowe/zlux-shared.git
url = https://github.com/zowe/zlux-shared.git
[submodule "zlux-build"]
path = zlux-build
url = git@github.com:zowe/zlux-build.git
url = https://github.com/zowe/zlux-build.git
[submodule "sample-iframe-app"]
path = sample-iframe-app
url = git@github.com:zowe/sample-iframe-app.git
url = https://github.com/zowe/sample-iframe-app.git
[submodule "vt-ng2"]
path = vt-ng2
url = git@github.com:zowe/vt-ng2.git
url = https://github.com/zowe/vt-ng2.git
[submodule "zosmf-auth"]
path = zosmf-auth
url = git@github.com:zowe/zosmf-auth.git
url = https://github.com/zowe/zosmf-auth.git
[submodule "zss-auth"]
path = zss-auth
url = git@github.com:zowe/zss-auth.git
url = https://github.com/zowe/zss-auth.git
[submodule "explorer-server-auth"]
path = explorer-server-auth
url = git@github.com:zowe/explorer-server-auth.git
url = https://github.com/zowe/explorer-server-auth.git
[submodule "zlux-workflow"]
path = zlux-workflow
url = git@github.com:zowe/zlux-workflow.git
url = https://github.com/zowe/zlux-workflow.git