Skip to content

Commit 4d496d3

Browse files
committed
Merge branch 'ua/push-remote-group' into jch
"git push" learned to take a "remote group" name to push to, which causes pushes to multiple places, just like "git fetch" would do. * ua/push-remote-group: SQUASH??? - futureproof against the attack of the "main"
2 parents 9940362 + 5f82f4b commit 4d496d3

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

t/t5566-push-group.sh

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,9 @@
22

33
test_description='push to remote group'
44

5+
GIT_TEST_DEFAULT_INITIAL_BRANCH_NAME=default
6+
export GIT_TEST_DEFAULT_INITIAL_BRANCH_NAME
7+
58
. ./test-lib.sh
69

710
test_expect_success 'setup' '

0 commit comments

Comments
 (0)