This seems like the simplest Git question, but I can't find ANYTHING on it.
So for a newbie to Git, I know how to add, commit, and then push files to my GitHub account. But how do I then create a new project and switch between working on that repository and my old repository? Will cd'ing to the appropriate directory and then remote adding each time work, or could I just cd and push immediately? That seems really tedious. I think I'm missing a fundamental point of Git.