Skip to content

Commit b663c15

Browse files
committed
chore(readme): update
1 parent 49367da commit b663c15

File tree

1 file changed

+11
-2
lines changed

1 file changed

+11
-2
lines changed

README.md

+11-2
Original file line numberDiff line numberDiff line change
@@ -30,12 +30,14 @@ yarn global add git-delete-branch
3030
Basically:
3131

3232
```console
33+
git-db [...branches]
3334
git-delete-branch [...branches]
3435
```
3536

3637
Or using git external commands:
3738

3839
```console
40+
git db [...branches]
3941
git delete-branch [...branches]
4042
```
4143

@@ -49,9 +51,16 @@ Delete branches
4951

5052
### `options`
5153

52-
#### `-r, --remote` (WIP)
54+
#### `-r, --remote`
5355

54-
Delete remote branches
56+
Delete remotes branches
57+
58+
#### `--scope`
59+
60+
- Default: `origin`
61+
- When: `-r, --remote`
62+
63+
Branches scope name
5564

5665
## Contributing
5766

0 commit comments

Comments
 (0)