Solo dev who is finally decided to use git and github instead of multiple versions on my hard drive.
I have created an initial master branch that I uploaded the current state of my project to.
I am now going to add a new feature to this project and after reading around I am sure that it is good to add new features to a new branch in github.
So I created a new branch in github.
But on my local machine I already have git that pushed to the master branch on the initial commit.
So now do I have to the clone the 2nd branch from github to my local machine or do I just keep developing as usual and only switch to the 2nd branch when I am ready to push the changes to github.
It's kind of simple stuff but just confusing as what to do and how to do it.
Thanks in advance.