Switch gitconfig.sh over to use main branch
Change-Id: Iea1a7e61b60c4bf04be2fed9c503eaf7e20fe462 Signed-off-by: Stefan Reinauer <stefan.reinauer@coreboot.org> Reviewed-on: https://review.coreboot.org/c/coreboot/+/75783 Reviewed-by: Martin L Roth <gaumless@gmail.com> Tested-by: build bot (Jenkins) <no-reply@coreboot.org>
This commit is contained in:
parent
5db03ed14c
commit
16672cab7d
|
@ -39,11 +39,11 @@ done
|
|||
for d in 3rdparty/{blobs,libhwbase,libgfxinit}; do
|
||||
if [ -d $d ]; then
|
||||
(cd $d || exit 1
|
||||
git config remote.origin.push HEAD:refs/for/master)
|
||||
git config remote.origin.push HEAD:refs/for/main)
|
||||
fi
|
||||
done
|
||||
|
||||
git config remote.origin.push HEAD:refs/for/master
|
||||
git config remote.origin.push HEAD:refs/for/main
|
||||
git config alias.sup "!git submodule update --remote --rebase && \
|
||||
git submodule update --init --checkout"
|
||||
|
||||
|
|
Loading…
Reference in New Issue