We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
xvc file move
Move a file in the repository to another location in the repo
The text was updated successfully, but these errors were encountered:
ˋˋˋconsole $ ls data.txt $ xvc file move data.txt data2.txt $ ls data2.txt $ mkdir mydata $ xvc file move 'data*' mydata/ --recheck symlink $ xvc file move mydata another-data --recheck hardlink $ xvc file move another-data yet-another --recheck reflink $ ls -Rl ˋˋˋ
Sorry, something went wrong.
Successfully merging a pull request may close this issue.
Move a file in the repository to another location in the repo
The text was updated successfully, but these errors were encountered: