GithubHelp home page GithubHelp logo

stevenacoffman / workon Goto Github PK

View Code? Open in Web Editor NEW
0.0 3.0 0.0 7 KB

JIRA / Gitflow Tool to checkout a new branch from the current branch (feature/NAME) and start story in JIRA

License: MIT License

Go 100.00%
jira git-flow github-flow gitlab-flow git

workon's Introduction

workon

JIRA / Gitflow Tool to:

  • checkout a new branch from the current branch (e.g. git workon TEAM-1234/part1 ➡️ feature/TEAM-1234/part1)
  • assign the corresponding JIRA Issue to yourself
  • move the corresponding JIRA Issue to In Progress status

By default, the branch name will be prefixed with feature/, but this can be overridden by setting the GIT_WORKON_PREFIX environment variable to something else. You can even set it to the empty string to have no prefix.

So for example, if you run:

git workon TEAM-1234

It will:

  • perform a git checkout -b feature/TEAM-1234
  • assign TEAM-1234 issue to you
  • set TEAM-1234 to "In Progress" status

You can also add a free form suffix like:

git workon TEAM-1234/part2

It will:

  • perform a git checkout -b feature/TEAM-1234/part2
  • assign TEAM-1234 issue to you (if it is not already)
  • set TEAM-1234 to "In Progress" status (if is not already in that status)

workon's People

Contributors

stevenacoffman avatar

Watchers

 avatar  avatar  avatar

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.