On Tue, Nov 22, 2016 at 5:47 AM, Scott Doctor <sc...@scottdoctor.com> wrote:
> I am confuzzled. Seems the private branch becomes public by folding into the
> public branch.

Not really: the private branch (commits) has to be merged into a
public branch, therefore each commit of the private branch gets its
way into a public branch. After this the "private" branch will remain
private in the sense it will not participate into any push/pull
operation, so you are free to continue working on the private branch
and nobody will see such work until you merge somewhere in the public.

Beside this, I never used private branches so far, therefore I could be wrong.

Luca
_______________________________________________
fossil-users mailing list
fossil-users@lists.fossil-scm.org
http://lists.fossil-scm.org:8080/cgi-bin/mailman/listinfo/fossil-users

Reply via email to