From c89eda419db1c9955cbc485d2ffce4843bc1bc61 Mon Sep 17 00:00:00 2001 From: hailin Date: Wed, 24 Sep 2025 17:39:50 +0800 Subject: [PATCH] . --- sync_all_node_git_pull.sh | 1 + 1 file changed, 1 insertion(+) create mode 100644 sync_all_node_git_pull.sh diff --git a/sync_all_node_git_pull.sh b/sync_all_node_git_pull.sh new file mode 100644 index 0000000..b8e1cc1 --- /dev/null +++ b/sync_all_node_git_pull.sh @@ -0,0 +1 @@ +pdsh -R ssh -w tn[01-05] 'git -C /home/test/jd_train pull --ff-only' \ No newline at end of file