We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 49367da commit b663c15Copy full SHA for b663c15
README.md
@@ -30,12 +30,14 @@ yarn global add git-delete-branch
30
Basically:
31
32
```console
33
+git-db [...branches]
34
git-delete-branch [...branches]
35
```
36
37
Or using git external commands:
38
39
40
+git db [...branches]
41
git delete-branch [...branches]
42
43
@@ -49,9 +51,16 @@ Delete branches
49
51
50
52
### `options`
53
-#### `-r, --remote` (WIP)
54
+#### `-r, --remote`
55
-Delete remote branches
56
+Delete remotes branches
57
+
58
+#### `--scope`
59
60
+- Default: `origin`
61
+- When: `-r, --remote`
62
63
+Branches scope name
64
65
## Contributing
66
0 commit comments