1
0

force update with script

This commit is contained in:
Konstantin Demin 2021-04-19 00:42:35 +03:00
parent 83a61a4c2f
commit 5a06ade27b
Signed by: krd
GPG Key ID: 1F33CB0BA4731BC6

View File

@ -118,7 +118,7 @@ git_config() {
git_update() {
git remote update -p
git pull
git pull || git reset --hard origin/main
git gc --aggressive --prune=all --force || git gc || true
}