Skip to content

Creates a new branch in you computer and move it on github

License

Notifications You must be signed in to change notification settings

euclecio/g-new-task

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

16 Commits
 
 
 
 
 
 

Repository files navigation

Git New Task

This script will create a new branch with the issue id on your repository and change from Stage: Analysis to Stage: In Progress

How to use

If you want to use this script you have to set the environment variables bellow on ~/.bashrc (or another file as your choice):

export GITHUB_TOKEN=tokenValue
#OR
export GITHUB_USER=username
export GITHUB_PASSWORD=userpass

Usage:

cd /path/your-project
g-new-task issueID
    --help, -h    Script helper

Install

To install into your machine run the commands bellow:

curl -sL https://raw.githubusercontent.com/euclecio/g-new-task/master/g-new-task.sh -o /usr/local/bin/g-new-task
chmod a+x /usr/local/bin/g-new-task

If it didn't work, try run it with sudo

About

Creates a new branch in you computer and move it on github

Topics

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages