https://github.com/mojotech/pullr
https://github.com/mojotech/pullr
Last synced: over 1 year ago
JSON representation
- Host: GitHub
- URL: https://github.com/mojotech/pullr
- Owner: mojotech
- License: other
- Created: 2013-02-27T03:09:17.000Z (over 13 years ago)
- Default Branch: master
- Last Pushed: 2019-02-26T14:09:06.000Z (over 7 years ago)
- Last Synced: 2024-04-14T22:46:36.840Z (over 2 years ago)
- Language: JavaScript
- Size: 104 KB
- Stars: 33
- Watchers: 41
- Forks: 6
- Open Issues: 14
-
Metadata Files:
- Readme: README.md
- Changelog: CHANGELOG.md
- License: license.txt
Awesome Lists containing this project
README
## Pullr
[](https://travis-ci.org/mojotech/pullr)
#### `npm install -g pullr`
### Pull Requests from the CLI
[](https://github.com/mojotech/pullr)
#### CLI Options
-h, --help output usage information
-V, --version output the version number
-n, --new open a new pull request
-t, --title pull request title
-d, --description pull request description
-i, --into target branch, defaults to 'master'
-f, --from source branch, defaults to current
-I, --into-remote target remote server, defaults to 'origin'
-F, --from-remote source remote server, defaults to 'origin'
-l, --force-login request credentials even if already logged in
-p, --preflight preflight pull request without actually submitting
#### Credits
[](http://www.mojotech.com)
#### License
Pullr is Copyright © 2015 MojoTech, LLC. It is free software, and may be redistributed under the terms specified in the [LICENSE](license.txt) file.