We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 229177a commit 5a517b1Copy full SHA for 5a517b1
t/t2024-checkout-dwim.sh
@@ -104,7 +104,7 @@ test_expect_success 'setup more remotes with unconventional refspecs' '
104
cd repo_c &&
105
test_commit c_master &&
106
git checkout -b bar &&
107
- test_commit c_bar
+ test_commit c_bar &&
108
git checkout -b spam &&
109
test_commit c_spam
110
) &&
@@ -113,9 +113,9 @@ test_expect_success 'setup more remotes with unconventional refspecs' '
113
cd repo_d &&
114
test_commit d_master &&
115
git checkout -b baz &&
116
- test_commit f_baz
+ test_commit d_baz &&
117
git checkout -b eggs &&
118
- test_commit c_eggs
+ test_commit d_eggs
119
120
git remote add repo_c repo_c &&
121
git config remote.repo_c.fetch \
0 commit comments