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 aab053a commit 5775195Copy full SHA for 5775195
alpine/alpine-node-dev.sh
@@ -59,3 +59,5 @@ sudo touch /etc/profile.d/gitRemoteChanger.sh && \
59
echo alias git-ssh=\'git remote set-url origin \"\$\(git remote get-url origin \| sed -E \'\\\'\'s,\^https://\(\[\^/\]\*\)/\(.\*\)\$,git@\\1:\\2,\'\\\'\'\)\"\' | sudo tee -a /etc/profile.d/gitRemoteChanger.sh && \
60
echo alias git-https=\'git remote set-url origin \"\$\(git remote get-url origin \| sed -E \'\\\'\'s,\^git@\(\[\^:\]\*\):/\*\(.\*\)\$,https://\\1/\\2,\'\\\'\'\)\"\' | sudo tee -a /etc/profile.d/gitRemoteChanger.sh && \
61
source /etc/profile.d/gitRemoteChanger.sh
62
+
63
+echo "All done, please restart / open a new zsh shell to ensure everything is loaded correctly"
0 commit comments