Git setup for success. In this example I'll be solving fictional issue #420.
This assumes you have two remotes, origin
that you own and upstream
for the master repository.
You can verify this initial setup with this command:
user@host:~$ git remote -v
origin https://github.com/KoopaKing/step23-2020.git (fetch)