Skip to content

Commit 5775195

Browse files
authored
Update alpine-node-dev.sh
1 parent aab053a commit 5775195

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

alpine/alpine-node-dev.sh

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -59,3 +59,5 @@ sudo touch /etc/profile.d/gitRemoteChanger.sh && \
5959
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 && \
6060
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 && \
6161
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

Comments
 (0)