Command git-offshoot
allows the user to create a git branch, in a similar fashion to built-in git checkout -b
.
It also creates an initial commit on that branch and stores the name of the "parent" branch in a file called PARENT
.
git offshoot <branch-name>