Skip to content

Latest commit

 

History

History
45 lines (31 loc) · 736 Bytes

File metadata and controls

45 lines (31 loc) · 736 Bytes

Init command

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 -q

Help message

vcs init
    -b "<branch name>" - Create first branch with custom name
    -q | --quiet - Quiet mode. Only errors and warning
    -h | --help- This help

Author: Konstantin-create
Licence: GNU General Public License v3.0