I wonder how Heroku handles the security of git remotes.
When I try to make a new app and deploy it from my local environment,
I use the command
Heroku create
Then, after it created a Heroku git repository, I create a remote from it.
git remote add Heroku 'repository remote link'
Does it mean that anyone can take this remote link and push to the repository?