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 c3c75fe commit aab053aCopy full SHA for aab053a
ubuntu/ubuntu-node-dev.sh
@@ -57,3 +57,5 @@ sudo touch /etc/profile.d/gitRemoteChanger.sh && \
57
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 && \
58
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 && \
59
source /etc/profile.d/gitRemoteChanger.sh
60
+
61
+echo "All done, please restart / open a new zsh shell to ensure everything is loaded correctly"
0 commit comments