Skip to content

Commit

Permalink
Update readme formatting
Browse files Browse the repository at this point in the history
  • Loading branch information
Adnan Ahmed committed Sep 23, 2016
1 parent 889dde1 commit 56724e8
Showing 1 changed file with 11 additions and 12 deletions.
23 changes: 11 additions & 12 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -35,35 +35,34 @@ Below is the description of all the accepted options

## Examples

- Pull request from current branch to `master` branch with specified title
> Pull request from current branch to `master` branch with specified title
```shel
```shell
$ ghpr -t "Adds the unit tests"
```

- Pull request from `tests` branch to `develop`
> Pull request from `tests` branch to `develop`
```shel
```shell
$ ghpr -t "Adds the unit tests" -h develop -b tests
```

- Specifying the description
> Specifying the description
```shel
```shell
$ ghpr -t "Adds the unit tests" -h develop -b tests -d "Added unit tests for the ACL module"
```

- Copy the pull request URL to clipboard after opening

```shel
# Will open pull request from current branch to master with the given title and copy the URL to clipboard
> Copy the pull request URL to clipboard after opening
> Will open pull request from current branch to master with the given title and copy the URL to clipboard
```shell
$ ghpr -t "Adds the unit tests" -c
```

- Dry run - Below command will not create a pull request but print the meta
> Dry run - Below command will not create a pull request but print the meta
```shel
```shell
$ ghpr -t "Adds the unit tests" -h develop -b tests
```

Expand Down

0 comments on commit 56724e8

Please sign in to comment.