Base switch branch command
~ python vcs.py checkout features
Switch to features
Create new branch and switch command
~ python vcs.py checkout -b features
Create branch features
Switch to featuresvcs checkout <branch_name> - Switch branch
vcs checkout -b <branch_name> - Create branch and switchAuthor: Konstantin-create
Licence: GNU General Public License v3.0