From bcbc5aa6a7181f6f48dba5cec13e0ddaa88c68ff Mon Sep 17 00:00:00 2001 From: Narstybits Date: Wed, 5 Jul 2023 08:31:49 -0500 Subject: [PATCH] added good usb updates --- Goodusb/Git Repository Updater.txt | 30 ++++++++++++++++++++++++++++++ 1 file changed, 30 insertions(+) create mode 100644 Goodusb/Git Repository Updater.txt diff --git a/Goodusb/Git Repository Updater.txt b/Goodusb/Git Repository Updater.txt new file mode 100644 index 0000000..4a1c9fa --- /dev/null +++ b/Goodusb/Git Repository Updater.txt @@ -0,0 +1,30 @@ +REM This script auto updates your git repo. +REM Replace '/path/to/your/' with the path to your repository. +REM Replace 'repository' with the name of your repository you want to update. + +REM Title: Git Repository Updater +REM Author: Narsty +REM Version: 1.0 +REM Category: GOODUSB + + +DELAY 500 +GUI SPACE +DELAY 500 +STRING Terminal +DELAY 1000 +ENTER +DELAY 500 +STRING cd /path/to/your/repository +ENTER +DELAY 500 +STRING git add . +ENTER +DELAY 2000 +STRING git commit -am "Auto-updated repository" +ENTER +DELAY 1000 +STRING git push +ENTER +DELAY 4000 +GUI w \ No newline at end of file