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 43eb920 commit ae74f7dCopy full SHA for ae74f7d
t/t7406-submodule-update.sh
@@ -565,14 +565,14 @@ test_expect_success 'submodule add places git-dir in superprojects git-dir recur
565
git log > ../../../expected
566
) &&
567
git commit -m "added subsubmodule" &&
568
- git push
+ git push origin :
569
570
(cd .git/modules/deeper/submodule/modules/subsubmodule &&
571
git log > ../../../../../actual
572
573
git add deeper/submodule &&
574
git commit -m "update submodule" &&
575
- git push &&
+ git push origin : &&
576
test_cmp actual expected
577
)
578
'
0 commit comments