Skip to content

Commit c2dac78

Browse files
committed
spelling is really hard
1 parent c771905 commit c2dac78

File tree

3 files changed

+12
-7
lines changed

3 files changed

+12
-7
lines changed

README.md

Lines changed: 11 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -6,19 +6,21 @@ Provides a CLI interface for deleting multiple local branches at the same time.
66

77
## Installation
88

9-
```
9+
```bash
1010
npm install -g gbrdm
1111
```
1212

1313
## Usage
1414

1515
Navigate to a directory that contains a `.git` directory.
16-
```
16+
17+
```bash
1718
gbrdm
1819
```
20+
1921
Select the branch(es) you'd like to remove
2022

21-
![gbdm-checkbox-interface](assets/gbdm-checkbox-interface.png)
23+
![gbrdm-checkbox-interface](assets/gbrdm-checkbox-interface.png)
2224

2325

2426
Confirm you really want to remove them
@@ -29,15 +31,18 @@ Confirm you really want to remove them
2931
And your done!
3032

3133
## Reserved Branches
32-
You will notice that running `gbdm` produces a list of _most_ of your local branches, but some may be missing. There are several branch names that we won't inculde in group deleting. These names are:
33-
```
34+
35+
You will notice that running `gbrdm` produces a list of _most_ of your local branches, but some may be missing. There are several branch names that we won't include in group deleting. These names are:
36+
37+
```bash
3438
master
3539
develop
3640
test
3741
staging
3842
```
3943

40-
The reason for this is that the names above are commonly used for important branches. You may still delete these branches if you choose, but you will need to do it outside of the `gbdm` interface.
44+
The reason for this is that the names above are commonly used for important branches. You may still delete these branches if you choose, but you will need to do it outside of the `gbrdm` interface.
4145

4246
## License
47+
4348
[MIT](LICENSE)

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "gbrdm",
3-
"version": "1.1.0",
3+
"version": "1.3.0",
44
"description": "Delete multiple git branches via a single interface",
55
"main": "index.js",
66
"preferGlobal": true,

0 commit comments

Comments
 (0)