git-pulls

command line tool to facilitate github pull requests

  • 所有者: schacon/git-pulls
  • 平台:
  • 許可證: MIT License
  • 分類:
  • 主題:
  • 喜歡:
    0
      比較:

Github星跟蹤圖

#git-pulls

If you find things that hub does not and you would like to see implemented, ping @AdrienGiboire for consideration.

Gem Version

Makes it easy to list and merge GitHub pull requests.

$ git pulls update
[fetches needed data for all pull requests]

$ git pulls list
Open Pull Requests for schacon/git-reference
19   10/26 0  Fix tag book link    ComputerDruid:fix-ta
18   10/21 0  Some typos fixing.   mashingan:master

$ git pulls list --reverse
Open Pull Requests for schacon/git-reference
18   10/21 0  Some typos fixing.   mashingan:master
19   10/26 0  Fix tag book link    ComputerDruid:fix-ta

$ git pulls checkout
Checking out all open pull requests for schacon/git-reference
> feature-request-1 into pull-feature-request-1
> feature/request2 into pull-feature/request2

$ git pulls show 1
> [summary]
> [diffstat]

$ git pulls show 1 --full
> [summary]
> [full diff]

$ git pulls browse 1
> go to web page (mac only)

$ git pulls merge 1
> merge pull request #1

##Requirements

git-pulls assumes you're using an 'origin' remote. If you are not,
either add an 'origin' remote that points to the GitHub repository you want to check
for pull requests, or set the name of your remote via an environment
variable, GIT_REMOTE.

##Private repositories

To manage pull requests for your private repositories you have set up your git config for github

$ git config --global github.user your_gitubusername
$ git config --global github.token your_githubtoken123456789

You must generate your OAuth token for command line use, see how to generate oauth token.

##Using git-pulls with GitHub Enterprise

If you want to use the git-pulls script with a private GitHub install, set the
github.host config value to your internal host.

$ git config --global github.host https://github.mycompany.com
$ git config --global github.api https://github.mycompany.com/api/v3

##Installation

Simply install it via Rubygems:

gem install git-pulls

(Prefix with sudo if necessary)

via Docker:

Use it as a container by building it first

docker build -t git-pulls .

And then launch the command like this :

docker run -v `pwd`:/app -v ~/.gitconfig:/root/.gitconfig --rm -it git-pulls list

##TESTING

To run the test suite use the following command :


bundle install
bundle exec rake test

主要指標

概覽
名稱與所有者schacon/git-pulls
主編程語言Ruby
編程語言Ruby (語言數: 1)
平台
許可證MIT License
所有者活动
創建於2010-12-27 20:39:24
推送於2023-10-11 07:08:30
最后一次提交2016-03-29 17:25:44
發布數4
最新版本名稱v0.3.1 (發布於 2011-02-25 09:47:15)
第一版名稱v0.1.0 (發布於 )
用户参与
星數293
關注者數12
派生數47
提交數104
已啟用問題?
問題數36
打開的問題數2
拉請求數25
打開的拉請求數0
關閉的拉請求數6
项目设置
已啟用Wiki?
已存檔?
是復刻?
已鎖定?
是鏡像?
是私有?