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

Avc Push

avc push

Push data to the repository

Synopsis

Push data to the repository. There is no branch implemented yet, all put and push commands are always creating a commit and treat as the latest commit.

avc push [-m <message>]

Examples

  # Push to the latest version
  avc push -m 'Initial version'

  # Push to the latest version and tag to specific version
  avc push -m 'Initial version'
  avc tag v1.0.0

Options

      --dry-run          Dry run
  -h, --help             help for push
  -m, --message string   Commit meessage

SEE ALSO

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