mirror of
https://github.com/ilyakooo0/urbit.git
synced 2024-12-22 14:21:34 +03:00
22 lines
988 B
Plaintext
22 lines
988 B
Plaintext
Usage:
|
|
|
|
|fuse %dest base-beak ~[[some-beak %some-germ] [[~tracked-ship %tracked-desk %trak] %another-germ]]
|
|
|fuse %old-desk base-beak ~[[some-beak %some-germ]], =overwrite &
|
|
|fuse %desk-to-cancel-fuse-into %cancel
|
|
|
|
A %fuse request in clay replaces the contents of %destination-desk
|
|
with the merge of the specified beaks according to their merge
|
|
strategies. This has no dependence on the previous state of %dest
|
|
so any commits/work there will be overwritten.
|
|
|
|
|fuse extends this concept with the idea of a tracked source. When
|
|
specifying beaks to include in your fuse, specify %trak instead of
|
|
a case. This will tell |fuse to retrieve the latest version of the
|
|
source beak AND to rerun the %fuse request whenever that tracked
|
|
source changes. A fuse can have many tracked sources, or none. The
|
|
base may be tracked as well.
|
|
|
|
The overwrite flag allows you to overwrite a currently ongoing fuse.
|
|
Without this flag, attempting a fuse into a desk that you already
|
|
|fuse'd into will error.
|