idea: git pull should handle all changed files as a base for a validate-like process #24
Reference in New Issue
Block a user
Delete Branch "%!s()"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
when git pull gets new posts or media, they should be collected and handled just like a website validation and automatically create background tasks to rerender the relevant parts. Essentially like a prefilled website validation with automatic apply.
Also it must be made sure that they all run through the correct import processes, kinda like a metadata diff and file-to-db transfer, so that all objects are both updated in the caching database, properly indexed by the embedder and links are recognized and updated.
essentially a pull should make sure that the local workspace is on par with the workspace those changes originated from.