force update with script
This commit is contained in:
parent
83a61a4c2f
commit
5a06ade27b
@ -118,7 +118,7 @@ git_config() {
|
|||||||
|
|
||||||
git_update() {
|
git_update() {
|
||||||
git remote update -p
|
git remote update -p
|
||||||
git pull
|
git pull || git reset --hard origin/main
|
||||||
git gc --aggressive --prune=all --force || git gc || true
|
git gc --aggressive --prune=all --force || git gc || true
|
||||||
}
|
}
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user