Veracity Quick Start Starting from Scratch $ vv init my_first_repo testdir $ cd testdir $ vv whoami --create myemail@example.com $ echo Hello, world > file.txt $ vv add file.txt $ vv commit -m 'my first commit!' Playing with Others $ vv clone... 続きを読む