On Tue, 5 Oct 2010 16:06:28 -0400 Phillip Moore <[email protected]> wrote:
> This is really a trivial git workflow question, but is everyone just > destroying the branches locally when they're done? I'm "done" with > this branch, since it was accepted and merged via gerrit. That's what I do. Or, if you rebase the branch against the current master, your local commit should magically go away. But using a local topic branch for each change or set of dependant changes is how I (and I think many others) tend to do it. -- Andrew Deason [email protected] _______________________________________________ OpenAFS-devel mailing list [email protected] https://lists.openafs.org/mailman/listinfo/openafs-devel
