Skip to content

Latest commit

 

History

History
32 lines (23 loc) · 506 Bytes

File metadata and controls

32 lines (23 loc) · 506 Bytes

Checkout command

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 features

Help text

vcs checkout <branch_name> - Switch branch
vcs checkout -b <branch_name> - Create branch and switch

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