File tree Expand file tree Collapse file tree 2 files changed +2
-2
lines changed
Expand file tree Collapse file tree 2 files changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -100,7 +100,7 @@ test_expect_success 'revert forbidden on dirty working tree' '
100100
101101'
102102
103- test_expect_success ' chery -pick on unborn branch' '
103+ test_expect_success ' cherry -pick on unborn branch' '
104104 git checkout --orphan unborn &&
105105 git rm --cached -r . &&
106106 rm -rf * &&
Original file line number Diff line number Diff line change @@ -105,7 +105,7 @@ test_expect_success 'cherry pick a root commit with --ff' '
105105 test "$(git rev-parse --verify HEAD)" = "1df192cd8bc58a2b275d842cede4d221ad9000d1"
106106'
107107
108- test_expect_success ' chery -pick --ff on unborn branch' '
108+ test_expect_success ' cherry -pick --ff on unborn branch' '
109109 git checkout --orphan unborn &&
110110 git rm --cached -r . &&
111111 rm -rf * &&
You can’t perform that action at this time.
0 commit comments