File tree Expand file tree Collapse file tree 1 file changed +14
-0
lines changed Expand file tree Collapse file tree 1 file changed +14
-0
lines changed Original file line number Diff line number Diff line change @@ -107,6 +107,8 @@ Ask a question about a repo:
107
107
otto ask . -q " What does LoadFile do differently than ReadFile?"
108
108
```
109
109
110
+ ### Commit Messages
111
+
110
112
Generate a commit message:
111
113
112
114
![ Made with VHS] ( https://vhs.charm.sh/vhs-4Uti5pLyUQ85pueoJH5IQ.gif )
@@ -115,13 +117,25 @@ Generate a commit message:
115
117
otto commit # optionally add --push to push to remote
116
118
```
117
119
120
+ ### Pull Request
121
+
118
122
Generate a pull request:
119
123
120
124
``` sh
121
125
# make sure you are creating the PR on the correct base branch
122
126
otto pr -b main # optionally add --publish to publish the Pull Request
123
127
```
124
128
129
+ ### Release Notes
130
+
131
+ Generate release notes:
132
+
133
+ ``` sh
134
+ otto release # optionally add --publish to publish the release
135
+ ```
136
+
137
+ ### Command Ask
138
+
125
139
Ask it about commands:
126
140
127
141
``` sh
You can’t perform that action at this time.
0 commit comments