@caohenghu/gcb-cli
v1.0.2
Published
create a formatted branch
Downloads
5
Readme
gcb-cli
It means git checkout -b
.
Install
npm i -g @caohenghu/gcb-cli
Usage
gcb-cli zzz
Will create a formatted branch like this 20221104_ygp-mall-pc-static_zzz
, the format is date_directory_name
.
Windows
If you are using
git bash
orcmd
, you should do nothing.But if you are using
PowerShell
, you should do this asAdministrator
. And it is the defaultshell
of theVisual Studio Code
onWindows 10
. detail description
Set-ExecutionPolicy RemoteSigned