Here's a transcript of me updating a dependency in Unison. We're going to make this more streamlined, but this is the process for now. First, I made a copy of the branch I was updating (in this case main
of distributed
):
.distributed> fork main topics.baseupdate
Done.
Next I pulled the new version of base
into lib.base_new
: