Skip to content

Scripts for create and push branch with github labels support

Notifications You must be signed in to change notification settings

basilcool/WorkFlowScripts

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

13 Commits
 
 
 
 
 
 

Repository files navigation

WorkFlowScripts

Scripts for create and push branch with github labels support

Go to projects directory and run

~/projects$ git clone git@github.com:basilcool/WorkFlowScripts.git

Allow execute and create symlink in /usr/local/bin

chmod a+x WorkFlowScripts/new_feature
chmod a+x WorkFlowScripts/save_feature
sudo ln -s $(pwd)/WorkFlowScripts/new_feature /usr/local/bin/new_feature
sudo ln -s $(pwd)/WorkFlowScripts/save_feature /usr/local/bin/save_feature

check remote source must be origin

$ git remote 
origin

Create brunch

cd Project1
~/projects/Project1$ new_feature 1234

Save brunch

~/projects/Project1$ save_feature "comment for issue"

... to be continue

About

Scripts for create and push branch with github labels support

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages