Hi all,
Can you please help with this one?
I’m on Add the Remote part of the Deploy your website to GITHUB pages.
Instruction 1.
In the terminal, add the remote that points to the repository you created earlier. I enter
git remote add origin https://github.com/AJBosc0/AJBosco0.github.io.git
And get the following:
$ git remote add origin https://github.com/AJBosc0/AJBosco0.github.io.git
fatal: remote origin already exists.
$
Can you please tell me what I need to do next to move on from here?