From d185d96d79225a619085b526c309bc025eec07a6 Mon Sep 17 00:00:00 2001 From: cxh Date: Mon, 26 May 2025 11:08:48 +0800 Subject: [PATCH] ignore auto push script --- git_auto_push.sh | 11 ----------- 1 file changed, 11 deletions(-) delete mode 100755 git_auto_push.sh diff --git a/git_auto_push.sh b/git_auto_push.sh deleted file mode 100755 index 7c5d73c..0000000 --- a/git_auto_push.sh +++ /dev/null @@ -1,11 +0,0 @@ -#!/bin/bash - -cd /home/cxh/sweeper_truck_ros || exit 1 - -USERNAME="cxh" -PASSWORD="Cxh980416@" -REPO="http://${USERNAME}:${PASSWORD}@192.168.4.194:3000/cxh/sweeper_truck_ros.git" - -git add . -git commit -m "auto" -git push "$REPO" master