update ( -- )


Vocabulary
update

Definition
USING: io.directories io.pathnames kernel system update.util ;

IN: update

: update ( -- )
image parent-directory
[ git-id git-pull-clean git-id = not [ rebuild ] when ]
with-directory ;