From fb8aacba758a4fa724e3f374487903b65e145b7f Mon Sep 17 00:00:00 2001 From: Francis Duvivier Date: Sun, 22 Sep 2024 18:14:28 +0200 Subject: [PATCH] Delete update-on-git-change.sh --- update-on-git-change.sh | 7 ------- 1 file changed, 7 deletions(-) delete mode 100755 update-on-git-change.sh diff --git a/update-on-git-change.sh b/update-on-git-change.sh deleted file mode 100755 index 8fa3e51..0000000 --- a/update-on-git-change.sh +++ /dev/null @@ -1,7 +0,0 @@ -source /home/fduvivier/.bash_profile -SCRIPT_DIR=$(dirname $0) -cd $SCRIPT_DIR -ssh fduvivier@192.168.0.55 "hi there from master" - -git stash -m 'local stuff' -git fetch && git checkout todel/keep-bot-alive