On Thu, 2010-07-15 at 13:56 -0400, James Laska wrote: > If we had to create a branch for some reason, it's not too much trouble > to create a branch from a specific point in the master branch history, > right? Something like ... > > # git checkout -b v0.3 a200e6a49d47a5b9242f11858315f26ad0a3381e
Good point. And if we've already got a tag in place for the last release, it's basically trivial to branch off from that tag. (are we tagging the repo for each released version? that'd be a good idea...) -w _______________________________________________ autoqa-devel mailing list [email protected] https://fedorahosted.org/mailman/listinfo/autoqa-devel
