My goal - to branch of from our development branch to be able to work on it separately. I was quickly shown how to do this as:
Open git shell or powershell/cmd and navigate to the folder where the project resides.
Run "git branch (desiredNameForMyBranch)". From what I understand this just creates a local branch.
Run "git checkout (desiredNameForMyBranch) - this switches to the branch locally?
Run "git push origin" - this creates the branch remotely?
Is this correct? (We are using github, but it's all the same git, right?). And yes, I realize I need to take a course on this on pluralsight or something, I just don't have four hours today to do it.
This is similar to what I need, here for reference if other people have the same q later: https://github.com/Kunena/Kunena-Forum/wiki/Create-a-new-branch-with-git-and-manage-branches