atomic move
Move or rename files in the repository.
Synopsis
atomic move <SOURCE> <DESTINATION>
Description
The move command moves or renames tracked files while preserving their history.
Examples
# Rename a file
atomic move old-name.rs new-name.rs
# Move to directory
atomic move file.txt src/file.txt
Documentation Status
⚠️ Needs expansion from source code.