Base VCS init. Default branch name is master
~ python vcs.py init
/home/hacknet/Kostua/Python/VCS/.vcs/refs/heads/master
VCS initialized successfully
VCS init with custom branch name
~ python vcs.py init -b test
/home/hacknet/Kostua/Python/VCS/.vcs/refs/heads/test
VCS initialized successfully
VCS init in quiet mode
~ python vcs.py init -b master -qvcs init
-b "<branch name>" - Create first branch with custom name
-q | --quiet - Quiet mode. Only errors and warning
-h | --help- This helpAuthor: Konstantin-create
Licence: GNU General Public License v3.0