Chenged splash github

This commit is contained in:
zeldaroot 2021-01-19 03:38:22 +02:00
parent b4493f196f
commit c78caf6481
2 changed files with 8 additions and 3 deletions

View File

@ -3263,7 +3263,8 @@ while [ "${WHILE}" -lt "2" ]; do
fi;
git add . >/dev/null 2>&1; \
git commit -a -m "${3}" >/dev/null 2>&1; \
git push --force >/dev/null 2>&1
git branch -M main >/dev/null 2>&1; \
git push -u origin main >/dev/null 2>&1
sh_progress
sleep 20
sh_progress 100

View File

@ -13,5 +13,9 @@
url = https://"config_name":"config_password"@github.com/config_name/config_name.github.io.git
fetch = +refs/heads/*:refs/remotes/origin/*
[branch "master"]
remote = origin
merge = refs/heads/master
remote = origin
merge = refs/heads/master
[branch "main"]
remote = origin
merge = refs/heads/main