What happends when you add a new remote?

What I’m trying to do:
Understand Git Remotes a bit more.

**What I’ve tried and what’s not working: **
I’m having syncing issues with my remotes.

I’m thinking a good old delete and add new origin will work, but I’m just worried about what goes on when a remote is “deleted” in anvil.

Does the deletion also propagate to GitHub? Is there anything else to consider when linking a remote?

Additionally, is there a way to reset your github auth to a different account?

Hi @anthonys, it is always safe to delete remotes. It’s a non-destructive operation.

1 Like