diff --git a/docs/dev/git.md b/docs/dev/git.md index 1ecae1a..6208386 100644 --- a/docs/dev/git.md +++ b/docs/dev/git.md @@ -141,9 +141,9 @@ git submodule add src/eigen ```bash git checkout -b feature -git commit -a --alow-empty -m "feat: aaaaaa" +git commit -a --allow-empty -m "feat: aaaaaa" git checkout master -git commit -a --alow-empty -m "feat: bbbbbb" +git commit -a --allow-empty -m "feat: bbbbbb" git checkout feature git rebase master ```