Git Branches
Creating a New Branch
$ git branch
$ git branch (name of new branch)
$ git checkout (name of new branch)
$ git push origin (name of new branch)Merging branched branches to master
masterKeeping child branches up to date with the parent
Get parent branch
Get branch stats different from master
Last updated