From 213f3d3ba458bb9bc6ed3d9f1d151a156bf7f384 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=D0=9C=D0=B8=D1=85=D0=B0=D0=B8=D0=BB=20=D0=9A=D0=B0=D0=BF?= =?UTF-8?q?=D0=B5=D0=BB=D1=8C=D0=BA=D0=BE?= Date: Sun, 9 Nov 2025 06:32:01 +0300 Subject: [PATCH] disable pull --- dbg.clone | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/dbg.clone b/dbg.clone index 5cc8453..8ab7fd8 100755 --- a/dbg.clone +++ b/dbg.clone @@ -11,10 +11,10 @@ if [ ! -d "$DST_DIR" ]; then git clone $REPO_URL $DST_DIR fi -# Pull the latest changes +# ?? Pull the latest changes cd $DST_DIR git checkout -f $MAIN_BRANCH -git pull +#git pull # Find out the latest commit in the whole repo git branch -av --sort=-committerdate