You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
@@ -29,15 +31,18 @@ Confirm you really want to remove them
29
31
And your done!
30
32
31
33
## 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
34
38
master
35
39
develop
36
40
test
37
41
staging
38
42
```
39
43
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.
0 commit comments