From 864cac7dcda5d811675d7396794567ccea21a366 Mon Sep 17 00:00:00 2001 From: syui Date: Sat, 6 Dec 2025 16:53:24 +0900 Subject: [PATCH] fix --- install.zsh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/install.zsh b/install.zsh index 48a94b4..0e47355 100755 --- a/install.zsh +++ b/install.zsh @@ -82,7 +82,7 @@ function at-repos-pull() { echo $repo if [ -d $d/repos/${repo##*/} ];then cd $d/repos/${repo##*/} - git stash + git stash -u if ! git pull;then rm -rf $d/repos/${repo##*/} at-repos-clone