mute remote
This commit is contained in:
parent
cb0c679cc7
commit
52786a1caa
1 changed files with 2 additions and 2 deletions
|
@ -40,11 +40,11 @@ echo '' > compiled/all-adblock.txt
|
||||||
cd compiled
|
cd compiled
|
||||||
git add all-adblock.txt
|
git add all-adblock.txt
|
||||||
git commit --quiet -m "$date"
|
git commit --quiet -m "$date"
|
||||||
git push --quiet
|
git push --quiet --no-progress 2>&1 | grep -v "references"
|
||||||
|
|
||||||
lastcommit=$(git log --pretty=format:'%H' -n 3 | tail -n 1)
|
lastcommit=$(git log --pretty=format:'%H' -n 3 | tail -n 1)
|
||||||
git checkout --quiet --orphan temp $lastcommit
|
git checkout --quiet --orphan temp $lastcommit
|
||||||
git commit --quiet -m "Truncated history"
|
git commit --quiet -m "Truncated history"
|
||||||
git rebase --quiet --onto temp $lastcommit main
|
git rebase --quiet --onto temp $lastcommit main
|
||||||
git branch --quiet -D temp
|
git branch --quiet -D temp
|
||||||
git push --quiet --force
|
git push --quiet --force --no-progress 2>&1 | grep -v "references"
|
||||||
|
|
Loading…
Reference in a new issue