On Tue, 28 Aug 2012 12:44:19 -0700 (PDT) git newbie <technewbi...@gmail.com> wrote:
> For a more complicated development environment where there is a > master branch, a devel branch off of master, and feature branches off > of devel, how do you create a feature branch so that it's parent is > the devel branch and not the master branch? It's recommended to read [1]. It's not to be followed as a dogma, but it has good explanations of concepts (with pictures) and it lists the relevant Git commands (including those which you have been already advised to use in this thread). 1. http://nvie.com/posts/a-successful-git-branching-model/ -- You received this message because you are subscribed to the Google Groups "Git for human beings" group. To post to this group, send email to git-users@googlegroups.com. To unsubscribe from this group, send email to git-users+unsubscr...@googlegroups.com. For more options, visit this group at http://groups.google.com/group/git-users?hl=en.