All Projects → splitbrain → Git Pull Request

splitbrain / Git Pull Request

git command to automatically pull github pull requests into their own branch

Programming Languages

python
139335 projects - #7 most used programming language

Projects that are alternatives of or similar to Git Pull Request

scalafmt-probot
🤖Github bot for checking code formatting with scalafmt
Stars: ✭ 15 (-88.64%)
Mutual labels:  github-api, pull-requests
Probot Gpg
A GitHub App that enforces GPG signatures on pull requests (no longer maintained)
Stars: ✭ 13 (-90.15%)
Mutual labels:  github-api, pull-requests
Changelog Ci
Changelog CI is a GitHub Action that generates changelog, Then the changelog is committed and/or commented to the release Pull request.
Stars: ✭ 68 (-48.48%)
Mutual labels:  github-api, pull-requests
Year On Github
🐙 Share your Github stats for 2020 on Twitter
Stars: ✭ 108 (-18.18%)
Mutual labels:  github-api
Gitstats
An open source github contribution analyzer
Stars: ✭ 115 (-12.88%)
Mutual labels:  github-api
Github Downloads Count
A script to get downloads count of your GitHub repositories
Stars: ✭ 120 (-9.09%)
Mutual labels:  github-api
Github Timeline
View other users' timeline
Stars: ✭ 131 (-0.76%)
Mutual labels:  github-api
Acyl
Testing Environments On Demand
Stars: ✭ 105 (-20.45%)
Mutual labels:  pull-requests
Contributions.taminomartinius.de
Website to display a bunch of different commit statistics fetched by GitHub GraphQL API
Stars: ✭ 125 (-5.3%)
Mutual labels:  github-api
Blog
✒️记录技术的新博客,采用Vue3开发,使用GitHub API进行数据交互
Stars: ✭ 119 (-9.85%)
Mutual labels:  github-api
Github To Sqlite
Save data from GitHub to a SQLite database
Stars: ✭ 116 (-12.12%)
Mutual labels:  github-api
Github ecto
Ecto adapter for GitHub API
Stars: ✭ 114 (-13.64%)
Mutual labels:  github-api
React Graphql Github Apollo
🚀 A React + Apollo + GraphQL GitHub Client. Your opportunity to learn about these technologies in a real world application.
Stars: ✭ 1,563 (+1084.09%)
Mutual labels:  github-api
Rxgithub
An example of MVVM using RxSwift and Swinject (DI)
Stars: ✭ 109 (-17.42%)
Mutual labels:  github-api
Reactnativetemplate
Our example of simple application using ReactNative and some recommendations
Stars: ✭ 127 (-3.79%)
Mutual labels:  github-api
Llum
Llum (light in catalan language) illuminates your Laravel projects speeding up your Github/Laravel development workflow
Stars: ✭ 107 (-18.94%)
Mutual labels:  github-api
Vscode Pull Request Github
GitHub Pull Requests for Visual Studio Code
Stars: ✭ 1,769 (+1240.15%)
Mutual labels:  pull-requests
Deployments
❗️GitHub Action for working painlessly with deployment statuses
Stars: ✭ 115 (-12.88%)
Mutual labels:  github-api
Android Issue Reporter
A powerful and simple library to open issues on GitHub directly from your app.
Stars: ✭ 115 (-12.88%)
Mutual labels:  github-api
Git Hub
Git command line interface to GitHub
Stars: ✭ 119 (-9.85%)
Mutual labels:  github-api

git pull-request

Automatically check out github pull requests into their own branch.

Installation

Copy the script to somewhere in your PATH and make it executable.

Set github.token to your github OAUTH token i.e. git config --global github.token OAUTH-TOKEN

If you need Python 3 support be sure to use the python3 branch.

Usage

git pull-request <OPTIONS> [<pull request number>]

Options

-h, --help
    Display this message and exit

-r <repo>, --repo <repo>
    Use this github repo instead of the 'remote origin' or 'github.repo'
    git config settings. Needs to be in "user/repository" form

License

Copyright (C) 2011-2013 by Andreas Gohr [email protected]

Permission is hereby granted, free of charge, to any person obtaining a copy of this software and associated documentation files (the "Software"), to deal in the Software without restriction, including without limitation the rights to use, copy, modify, merge, publish, distribute, sublicense, and/or sell copies of the Software, and to permit persons to whom the Software is furnished to do so, subject to the following conditions:

The above copyright notice and this permission notice shall be included in all copies or substantial portions of the Software.

THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.

Note that the project description data, including the texts, logos, images, and/or trademarks, for each open source project belongs to its rightful owner. If you wish to add or remove any projects, please contact us at [email protected].