Skip to main content

run

Function run 

Source
pub fn run() -> Result<()>
Expand description

Pull side repo from remote. Uses fetch + reset to avoid conflicts — remote always wins.

§Errors

Returns an error if the side repo cannot be opened or pull fails.