We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 55af4ea commit 1f066caCopy full SHA for 1f066ca
Makefile
@@ -116,12 +116,4 @@ install-dev:
116
pip install -U --force-reinstall $$(python setup.py --quiet minimal_requirements); \
117
fi
118
119
-ssh-submodule-urls:
120
- git submodule foreach "\
121
- echo -n 'Old: '; \
122
- git remote get-url origin; \
123
- git remote set-url origin \$$(git remote get-url origin | sed -e 's/https:\/\/github\.com\//[email protected]:/g'); \
124
- echo -n 'New URL: '; \
125
- git remote get-url origin"
126
-
127
.PHONY: docs
0 commit comments