ArtiVC
GitHub Blogs Toggle Dark/Light/Auto mode Toggle Dark/Light/Auto mode Toggle Dark/Light/Auto mode Back to homepage
Edit page

Avc Pull

avc pull

Pull data from the repository

avc pull [<commit>|<tag>] [flags] -- <pathspec>...

Examples

  # Pull the latest version
  avc pull

  # Pull from a specifc version
  avc pull v1.0.0

  # Pull partial files
  avc pull -- path/to/partia
  avc pull v0.1.0 -- path/to/partia ...

Options

      --delete    Delete extra files which are not listed in commit
      --dry-run   Dry run
  -h, --help      help for pull

SEE ALSO

  • avc - ArtiVC is a version control system for large files
Auto generated by spf13/cobra on 24-Mar-2022