Manage Multiple Push Remotes

List all push URL

git remote get-url --push --all origin

Delete push URL

git remote set-url --push --delete origin git@github.com:ecomaikgolf/os-dev.git

Add push URL

git remote set-url --push --add origin git@github.com:ecomaikgolf/alma.git