Metadata-Version: 1.0
Name: git-ext
Version: 0.2.2
Summary: A git extension that allows you submit pullrequests from command line.
Home-page: https://github.com/laixintao/git-ext
Author: laixintao
Author-email: laixintao1995@163.com
License: GNU
Description: # git-ext
        
        [![Pypi](https://img.shields.io/badge/pypi-v0.1-green.svg)](https://codecov.io/gh/laixintao/git-ex://pypi.python.org/pypi/git-ext)
        [![Codecov](https://img.shields.io/codecov/c/github/laixintao/git-ext.svg)](https://codecov.io/gh/laixintao/git-ext)
        ![](https://travis-ci.org/laixintao/git-ext.svg?branch=master)
        
        A git extension that allows you submit pullrequests from command line.
        
        ## install
        
            pip install git-ext
        
        ## usage
        
            $ git pullrequest create test_b master
            Reviewers(start with @):
            201 Created!
            #2 This is your commit title.[test_b->master]  by boson_laixintao(just now)
            Reviewers:
        
            $ git pullrequest list
            #2 This is your commit title.[test_b->master]  by boson_laixintao(just now)
        
            $ git pullrequest
            Usage: git-pullrequests [OPTIONS] COMMAND [ARGS]...
        
            Options:
              --help  Show this message and exit.
        
            Commands:
              activity  Show a pr's activity, display lastest 10...
              create
              list
             ~/Documents/program/program/test-gitext   test_b  git pullrequests --help
        
Platform: UNKNOWN
