In my first workspace I configured Git with the following commands:
git config --global user.name "My Name"
git config --global user.email my.email@example.com
$ git config --global push.default matching
The I logged in at Heroku and added my SSH key:
heroku login heroku keys:add
Should I repeat these steps for every new workspace?
Many thanks in advance