Oops...I was learning how to use git with replit and created a branch on FCC repo

So like the title says, I wanted to incorporate git into my replit for testing differetn solutions and didn’t realize that it was still connected to free code camp’s repository.

Now that I have disconnected it (and created my own), I don’t know how to get rid of the branch I created on GitHub - freeCodeCamp/boilerplate-project-exercisetracker: A boilerplate for a freeCodeCamp project.

I checked the link from github’s side, and I didn’t see a branch with my name on it (the name I gave it, ‘suzanne-master’. SO maybe it’s not an issue?

This might be a good tutorial for development best practices if it doesn’t exist.

You created the new branch locally, not on the public repository.

ok thank you!! that’s reassuring!