Helper script updates
This commit is contained in:
parent
b961251899
commit
decfe3424f
4 changed files with 7 additions and 7 deletions
|
|
@ -1,8 +1,8 @@
|
|||
#!/usr/bin/env bash
|
||||
#
|
||||
# mfpr
|
||||
# mfpr [1|2]
|
||||
#
|
||||
# Make a PR of the current branch against RCBugFix or dev
|
||||
# Make a PR against bugfix-1.1.x or bugfix-2.0.x
|
||||
#
|
||||
|
||||
[[ $# < 2 && $1 != "-h" && $1 != "--help" ]] || { echo "usage: `basename $0` [branch]" 1>&2 ; exit 1; }
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue