Skip to content

LeonDWong/regular-branch-creator

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

3 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Description

Tool for creating a new formal regular git branch

Usage

create a new branch

node bin/rgc.js create [yourprojectname]

It will generate a branch which its format is {projectname}_{YY-MM-DD}_{timeStamp}

delete a formal branch

node bin/rgc.js delete [yourprojectname]

It will delete a branch which its format is {projectname}_{YY-MM-DD}_{timeStamp}, and create a new tag which has the same format, then push it to origin repository

remove all local branch is not exist in remote branch any more

node bin/rgc.js clean

FTW

About

Tool for creating a new formal regular git branch

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published