Giter Club home page Giter Club logo

gi's Introduction

gi

An oppinionated Git(hub) workflow tool.

Usage

Usage: gi [<issue>] [<command>] [<args>]

An oppinionated Git(hub) workflow tool.

Positional Arguments:
  issue

Options:
  --help            display usage information

Commands:
  pr                Create pull request linked to issue of current branch.

Examples

  1. List issues with gi
    ❯ gi
    #10 Find better base of new branches
    #8 Exclude pull requests in issue list
    #7 Add color formatting to output
    #6 Prevent losing local changes when checking out a branch
    
  2. Checkout an issue with gi <issue>
    ❯ gi 10
    Switched to branch '10-find-better-base-of-new-branches'
    
  3. Create a new pull request with gi pr
    ❯ gi pr
    Open new pull request with https://github.com/noxan/gi/compare/10-find-better-base-of-new-branches?...
    

Configuration

Create a configuration file at $HOME/.config/gi.toml with the following content.

[github]
token = "<YOUR_GITHUB_ACCESS_TOKEN>"

You can generate Github personal access tokens at https://github.com/settings/tokens.

gi's People

Contributors

noxan avatar

Watchers

 avatar  avatar

gi's Issues

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.