ai/at
1
0
This commit is contained in:
2025-12-06 16:53:24 +09:00
parent 289f4dd2fc
commit 864cac7dcd

View File

@@ -82,7 +82,7 @@ function at-repos-pull() {
echo $repo echo $repo
if [ -d $d/repos/${repo##*/} ];then if [ -d $d/repos/${repo##*/} ];then
cd $d/repos/${repo##*/} cd $d/repos/${repo##*/}
git stash git stash -u
if ! git pull;then if ! git pull;then
rm -rf $d/repos/${repo##*/} rm -rf $d/repos/${repo##*/}
at-repos-clone at-repos-clone