I had an old project, which I committed to GitHub. Then I had a new project and on this one I could reuse some of the old code from the old project. So I duplicated the folder and opened it on vscode to rewrite my code.
The thing is, the terminal on vscode is still connected to the GitHub remote server from the old project and I need to disconnect it and commit it as a new repository on GitHub.
I researched about it but couldn't really find any case similar to this.
I'm new to this. I know it's probably really basic stuff, but it would be awesome if someone could help me with this.
Thanks in advance! :)