Avc Push
Push data to the repository
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>]
# 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
--dry-run Dry run
-h, --help help for push
-m, --message string Commit meessage
- avc - ArtiVC is a version control system for large files