logo
Free, unlimited AI code reviews that run on commit
git-lrc git-lrc GitHub Install Now We'd appreciate a star git-lrc - Free, unlimited AI code reviews that run on commit | Product Hunt git-lrc - Free, unlimited AI code reviews that run on commit | Product Hunt

ravc2 — radare version control

Authors

       Written by pancake <pancake@nopcode.org>.

                                                  Jul 26, 2021                                          RAVC2(1)

Description

       This command is part of the radare project.

       Implements  a  simple  version  control  system that aims to work as frontend for git, as well as its own
       structure for versioning project changes.

       This command is pretty new and experimental.

Environment

        RAVC2_USER  overrides cfg.user, which is based on r_sys_whoami() which is used to define the author  for
       the VC commits.

Name

       ravc2 — radare version control

Options

-h          Show usage help message

       -v          Display version

See Also

radare2(1)

Synopsis

ravc2 [-hv] [[expr] ...]

Usage

       Available variable types are:

        ravc2 init
        echo hello world > README.md
        ravc2 add README.md
        ravc2 branch
        ravc2 commit

See Also