Skip to content

Commit 6cf4c3f

Browse files
ddevsrkenjis
andauthored
Update contributing/workflow.md
Co-authored-by: kenjis <kenji.uui@gmail.com>
1 parent 4ee9de3 commit 6cf4c3f

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

contributing/workflow.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -199,7 +199,7 @@ Latest commit only:
199199
> git push --force-with-lease origin your-branch
200200
```
201201

202-
Only commits in PR:
202+
Only the specified number of commits:
203203
```console
204204
> git switch your-branch
205205
> git rebase -i HEAD~3 --exec 'git commit --amend --no-edit --no-verify -S'

0 commit comments

Comments
 (0)