Remove no-longer functional git-pr script
The Github `hub` utilty has added a `pr` subcommand, which takes precedence over `git-pr` in execution order, so this script is no longer accessible with `git pr` or `hub pr`.
This commit is contained in:
parent
6e1c567653
commit
ee30830241
1 changed files with 0 additions and 5 deletions
|
@ -1,5 +0,0 @@
|
|||
#!/bin/sh
|
||||
|
||||
set -e
|
||||
|
||||
hub pull-request
|
Loading…
Add table
Reference in a new issue