Git Product home page Git Product logo

git-hook-jira's Introduction

git-hook-jira

use git hook to add jira worklog

Usage

  1. Initialize git, if you didn’t do it.

    git init
    
  2. Install git-hook-jira.

    yarn add https://github.com/f820602h/git-hook-jira.git#1.0.0 --dev
    
  3. Enable pre-push git hook, and set your jira user config.

    yarn git-hook-jira
    
  4. Try to make some changes in your project, and git push by using command-line.

    git add .
    git commit -m "hello git-hook-jira"
    git push
    
  5. Follow the procedure, login jira and log work.

  6. Add package.json script, it will be executed after package install.

    // package.json
    {
      "scripts": {
        "postinstall": "git-hook-jira"
      }
    }
    

git-hook-jira's People

Contributors

f820602h avatar

Watchers

James Cloos avatar  avatar

Forkers

nickchen14

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.