We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 74986fe commit 7619e11Copy full SHA for 7619e11
1 file changed
docs/dev/git.md
@@ -141,9 +141,9 @@ git submodule add <url_of_eigen> src/eigen
141
142
```bash
143
git checkout -b feature
144
-git commit -a --alow-empty -m "feat: aaaaaa"
+git commit -a --allow-empty -m "feat: aaaaaa"
145
git checkout master
146
-git commit -a --alow-empty -m "feat: bbbbbb"
+git commit -a --allow-empty -m "feat: bbbbbb"
147
git checkout feature
148
git rebase master
149
```
0 commit comments