Working with Git Branches
This document contains various operations you can use when working with Git branches such as moving commits, updating branch names, creating branches from a tag, etc.
Move a Commit to Another Branch
New Branch
git branch newbranch