Skip to content

Commit 6bb316d

Browse files
committed
added docs for git pr
1 parent 968b855 commit 6bb316d

File tree

1 file changed

+6
-0
lines changed

1 file changed

+6
-0
lines changed

README.md

+6
Original file line numberDiff line numberDiff line change
@@ -13,6 +13,7 @@ git finish
1313
git rename
1414
git promote
1515
git open
16+
git pr
1617
```
1718

1819
## Installation
@@ -104,6 +105,11 @@ cd my-git-repo
104105
git open
105106
```
106107

108+
Open a pull request for your current branch
109+
```shell
110+
git pr
111+
```
112+
107113
Start a new branch
108114
```shell script
109115
git start feature myBranch

0 commit comments

Comments
 (0)