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