1RAVC2(1) BSD General Commands Manual RAVC2(1)
2
4 ravc2 — radare version control
5
7 ravc2 [-hv] [[expr] ...]
8
10 This command is part of the radare project.
11
12 Implements a simple version control system that aims to work as frontend
13 for git, as well as its own structure for versioning project changes.
14
15 This command is pretty new and experimental.
16
18 -h Show usage help message
19
20 -v Display version
21
23 Available variable types are:
24
25 ravc2 init
26 echo hello world > README.md
27 ravc2 add README.md
28 ravc2 branch
29 ravc2 commit
30
32 RAVC2_USER overrides cfg.user, which is based on r_sys_whoami() which
33 is used to define the author for the VC commits.
34
36 radare2(1)
37
39 Written by pancake <pancake@nopcode.org>.
40
41 Jul 26, 2021