Lars Magne Ingebrigtsen <larsi@gnus.org> wrote:

> That sounds reasonable.  Hm...  Er...  do you have a recipe for how to
> start a new branch off of emacs-24?  >"?

git checkout -b NEW_BRANCH
git commit -m "first commit"
git push -u origin NEW_BRANCH

substitue the name of the new branch for NEW_BRANCH