git-pull-request
git-pull-request copied to clipboard
Send git pull requests via command line
Just wanted to make the first git-pull-request pull request 🤔
Currently with 2FA enabled one gets the error message `Forking is disabled on target repository, can't fork` ``` ~/ git pull-request Username for 'https://github.com': Password for 'https://[email protected]': Forking is disabled...
Hi there On both suggested GIF recording tool, hasn't been maintained for 3 years, the other is a dead link. > Include screenshots and animated GIFs which help you demonstrate...
Once the pull request is reviewed and approved, our workflow is that the author should merge it. This can be done easily through GitHub UI (there is a "Squash and...
If I setup editor with git like: ``` git config --global core.editor "'C:\Program Files\Microsoft VS Code\code.exe' -n -w" ``` Which is pretty much a recommended practice, then it will fail...
Not sure whether to just implement this myself first, since I'm not sure if it matches your wishes for the tool, but if so let me know and I might...
How does one add reviewers to a pull request via this command line tool, without going through github?Also I am unsure of how one would close a pull request after...
We have hosted a repo on a mounted server with a path pattern as: `/mnt/something/like/this` which is giving following exception: `requests.exceptions.InvalidURL: Invalid URL 'https:///mnt/something/like/this/api/0/-/version': No host supplied`
It would be great to have a list of commands in a help page when using `git pull-request --help` to know the full extent of the functionality of this package,...
When trying to execute `git pr` without `--label` I get ``` ←[01;31mUnable to send pull request←[0m Traceback (most recent call last): File "c:\users\lautenschlager\appdata\local\programs\python\python36-32\lib\si te-packages\git_pull_request\__init__.py", line 745, in main labels=args.label, File...