From 5a06ade27b5ffba4cf7bfe624fd149d6cbb94a4c Mon Sep 17 00:00:00 2001 From: Konstantin Demin Date: Mon, 19 Apr 2021 00:42:35 +0300 Subject: [PATCH] force update with script --- .config/dotfiles/install.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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 }