Skip to content

Commit 7619e11

Browse files
authored
dev/git: fix typos '--alow-empty' (#32)
Fix typos '--alow-empty' in Rebase 与 Merge Section
1 parent 74986fe commit 7619e11

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

docs/dev/git.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -141,9 +141,9 @@ git submodule add <url_of_eigen> src/eigen
141141

142142
```bash
143143
git checkout -b feature
144-
git commit -a --alow-empty -m "feat: aaaaaa"
144+
git commit -a --allow-empty -m "feat: aaaaaa"
145145
git checkout master
146-
git commit -a --alow-empty -m "feat: bbbbbb"
146+
git commit -a --allow-empty -m "feat: bbbbbb"
147147
git checkout feature
148148
git rebase master
149149
```

0 commit comments

Comments
 (0)