Re: Darcs equivalent of force-pushing and branching
James Cook <[email protected]> Thu, 9 Sep 2021 16:40:02 +0000
| Newsgroups | gmane.comp.version-control.darcs.user |
|---|---|
| Message-ID | <[email protected]> |
> Is there a way to "cleanly" separate two different set of features, > let's say "production" and debug ? The only way I've found would be to > have 2 different repositories. For short-lived branches, I just use one clone per branch. I think this should work well for long-lived branches too, but I haven't tried. I think the developers are working on support for git-style lightweight branches, so this may eventually be the answer to your question. (Personally I like the simplicity of the one-clone-per-branch approach.) -- James