Skip to main content

Commits

All information about commit group commands

New

Create new commit:

vrs commit new "commit name"

List

Get history commits:

vrs commits

or

vrs commit list

Info

Information about commit:

vrs commit info <commit_hash>

Rollback

Undo all commits after current:

vrs commit rollback <commit_hash>

Undo

Undo single commit:

vrs commit undo <commit_hash>

Apply

Apply single commit:

vrs commit apply <commit_hash>

Help

Commands information:

vrs commit help