@proggarapsody/bitbottle 1.127.5 → 1.128.0
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/README.md +2 -1
- package/package.json +1 -1
package/README.md
CHANGED
|
@@ -192,7 +192,8 @@ bitbottle repo create my-service --project MYPROJ
|
|
|
192
192
|
bitbottle repo clone MYPROJ/my-service
|
|
193
193
|
|
|
194
194
|
bitbottle branch list
|
|
195
|
-
bitbottle branch create MYPROJ/my-service feature/x
|
|
195
|
+
bitbottle branch create MYPROJ/my-service feature/x main # positional START_AT
|
|
196
|
+
bitbottle branch create MYPROJ/my-service feature/x --start-at main # flag form
|
|
196
197
|
bitbottle branch delete MYPROJ/my-service feature/x
|
|
197
198
|
```
|
|
198
199
|
|