git config --global alias.alias "! git config --get-regexp ^alias\. | sed -e s/^alias\.// -e s/\ /\ =\ /"
Thanks Asclepius!
Then you can git alias to see them all
git remote rename <old-name> <new-name>
git config --global alias.alias "! git config --get-regexp ^alias\. | sed -e s/^alias\.// -e s/\ /\ =\ /"
Thanks Asclepius!
Then you can git alias to see them all
git remote rename <old-name> <new-name>