I have to remote repositories
$ git remote show
repoA
origin
git push will push changes to origin, how can I change the push destination so that it goes to repoA's url? I know I could use git push repoA branch but I want to just push to repoA master for now.