diff --git a/.config/dotfiles/install.sh b/.config/dotfiles/install.sh index cab0e09..4ef5f13 100755 --- a/.config/dotfiles/install.sh +++ b/.config/dotfiles/install.sh @@ -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 }