Hacker News new | ask | show | jobs
by mforney 1409 days ago
git -C /src/oasis pull && samu commit && doas git -C / merge

The first command pulls updates from the source repository, the second command builds a new filesystem tree and commits it, the third command merges that commit into your / repository.

1 comments

thanks for oasis!