File tree Expand file tree Collapse file tree 1 file changed +11
-12
lines changed Expand file tree Collapse file tree 1 file changed +11
-12
lines changed Original file line number Diff line number Diff line change @@ -35,35 +35,34 @@ Below is the description of all the accepted options
35
35
36
36
## Examples
37
37
38
- - Pull request from current branch to ` master ` branch with specified title
38
+ > Pull request from current branch to ` master ` branch with specified title
39
39
40
- ``` shel
40
+ ``` shell
41
41
$ ghpr -t " Adds the unit tests"
42
42
```
43
43
44
- - Pull request from ` tests ` branch to ` develop `
44
+ > Pull request from ` tests ` branch to ` develop `
45
45
46
- ``` shel
46
+ ``` shell
47
47
$ ghpr -t " Adds the unit tests" -h develop -b tests
48
48
```
49
49
50
- - Specifying the description
50
+ > Specifying the description
51
51
52
- ``` shel
52
+ ``` shell
53
53
$ ghpr -t " Adds the unit tests" -h develop -b tests -d " Added unit tests for the ACL module"
54
54
```
55
55
56
- - Copy the pull request URL to clipboard after opening
57
-
58
- ``` shel
59
- # Will open pull request from current branch to master with the given title and copy the URL to clipboard
56
+ > Copy the pull request URL to clipboard after opening
57
+ > Will open pull request from current branch to master with the given title and copy the URL to clipboard
60
58
59
+ ``` shell
61
60
$ ghpr -t " Adds the unit tests" -c
62
61
```
63
62
64
- - Dry run - Below command will not create a pull request but print the meta
63
+ > Dry run - Below command will not create a pull request but print the meta
65
64
66
- ``` shel
65
+ ``` shell
67
66
$ ghpr -t " Adds the unit tests" -h develop -b tests
68
67
```
69
68
You can’t perform that action at this time.
0 commit comments