Expand description
Crate for xvc file carry-in
command.
The command is used to move (commit) files to Xvc cache.
It is used after xvc file track
or separately to update
the cache with changed files.
Structs§
- Carry
InCLI - Carry in (commit) changed files/directories to the cache.
Functions§
- carry_
in - Move targets to the cache if there are any content changes, or if
force
is true. Returns the store of carried in elements. These should be rechecked to the remote. - cmd_
carry_ in - Entry point for
xvc file carry-in
command.