{"id":13393673,"url":"https://github.com/schacon/git-pulls","last_synced_at":"2025-10-06T03:17:32.942Z","repository":{"id":1262444,"uuid":"1201343","full_name":"schacon/git-pulls","owner":"schacon","description":"command line tool to facilitate github pull requests","archived":false,"fork":false,"pushed_at":"2023-10-11T07:08:30.000Z","size":94,"stargazers_count":293,"open_issues_count":2,"forks_count":47,"subscribers_count":12,"default_branch":"master","last_synced_at":"2025-05-10T02:57:31.485Z","etag":null,"topics":[],"latest_commit_sha":null,"homepage":"","language":"Ruby","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"mit","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/schacon.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":null,"funding":null,"license":"LICENSE","code_of_conduct":null,"threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":null,"support":null,"governance":null,"roadmap":null,"authors":null}},"created_at":"2010-12-27T20:39:24.000Z","updated_at":"2024-08-12T15:12:02.000Z","dependencies_parsed_at":"2024-01-13T17:11:23.759Z","dependency_job_id":"fa1af517-d50e-4fb0-b019-7af799c391f4","html_url":"https://github.com/schacon/git-pulls","commit_stats":{"total_commits":78,"total_committers":22,"mean_commits":"3.5454545454545454","dds":0.7948717948717949,"last_synced_commit":"3f9cdcac793c80ae5f03708da2818b69abd615ad"},"previous_names":[],"tags_count":4,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/schacon%2Fgit-pulls","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/schacon%2Fgit-pulls/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/schacon%2Fgit-pulls/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/schacon%2Fgit-pulls/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/schacon","download_url":"https://codeload.github.com/schacon/git-pulls/tar.gz/refs/heads/master","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":254527071,"owners_count":22085917,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2022-07-04T15:15:14.044Z","host_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub","repositories_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories","repository_names_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repository_names","owners_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners"}},"keywords":[],"created_at":"2024-07-30T17:00:58.474Z","updated_at":"2025-10-06T03:17:27.912Z","avatar_url":"https://github.com/schacon.png","language":"Ruby","funding_links":[],"categories":["Command line"],"sub_categories":[],"readme":"#git-pulls\n\n**If you find things that hub does not and you would like to see implemented, ping @AdrienGiboire for consideration.**\n\n[![Gem Version](https://badge.fury.io/rb/comma.png)](http://badge.fury.io/rb/git-pulls)\n\nMakes it easy to list and merge GitHub pull requests.\n\n    $ git pulls update\n    [fetches needed data for all pull requests]\n\n    $ git pulls list\n    Open Pull Requests for schacon/git-reference\n    19   10/26 0  Fix tag book link    ComputerDruid:fix-ta\n    18   10/21 0  Some typos fixing.   mashingan:master\n\n    $ git pulls list --reverse\n    Open Pull Requests for schacon/git-reference\n    18   10/21 0  Some typos fixing.   mashingan:master\n    19   10/26 0  Fix tag book link    ComputerDruid:fix-ta\n\n    $ git pulls checkout\n    Checking out all open pull requests for schacon/git-reference\n    \u003e feature-request-1 into pull-feature-request-1\n    \u003e feature/request2 into pull-feature/request2\n\n    $ git pulls show 1\n    \u003e [summary]\n    \u003e [diffstat]\n\n    $ git pulls show 1 --full\n    \u003e [summary]\n    \u003e [full diff]\n\n    $ git pulls browse 1\n    \u003e go to web page (mac only)\n\n    $ git pulls merge 1\n    \u003e merge pull request #1\n\n##Requirements\n\n`git-pulls` assumes you're using an 'origin' remote.  If you are not,\neither add an 'origin' remote that points to the GitHub repository you want to check\nfor pull requests, or set the name of your remote via an environment\nvariable, GIT_REMOTE.\n\n##Private repositories\n\nTo manage pull requests for your private repositories you have set up your git config for github\n\n    $ git config --global github.user your_gitubusername\n    $ git config --global github.token your_githubtoken123456789\n\nYou must generate your OAuth token for command line use, see how to [generate oauth token](https://help.github.com/articles/creating-an-oauth-token-for-command-line-use).\n\n##Using git-pulls with GitHub Enterprise\n\nIf you want to use the git-pulls script with a private GitHub install, set the\ngithub.host config value to your internal host.\n\n    $ git config --global github.host https://github.mycompany.com\n    $ git config --global github.api https://github.mycompany.com/api/v3\n\n##Installation\n\nSimply install it via Rubygems:\n\n    gem install git-pulls\n\n(Prefix with `sudo` if necessary)\n\nvia Docker:\n\nUse it as a container by building it first\n\n    docker build -t git-pulls .\n\nAnd then launch the command like this :\n\n    docker run -v `pwd`:/app -v ~/.gitconfig:/root/.gitconfig --rm -it git-pulls list\n\n##TESTING\n\nTo run the test suite use the following command :\n\n```Bash\n\nbundle install\nbundle exec rake test\n\n```\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fschacon%2Fgit-pulls","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fschacon%2Fgit-pulls","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fschacon%2Fgit-pulls/lists"}