From 125c0e9f90fb4594810f2f0e08b69fec3d251480 Mon Sep 17 00:00:00 2001 From: ulysia Date: Sat, 28 Dec 2024 09:57:15 +0100 Subject: [PATCH] added remote adding scripts --- add_remotes.bat | 2 ++ add_remotes.sh | 2 ++ 2 files changed, 4 insertions(+) create mode 100644 add_remotes.bat create mode 100644 add_remotes.sh diff --git a/add_remotes.bat b/add_remotes.bat new file mode 100644 index 0000000..2c6e98d --- /dev/null +++ b/add_remotes.bat @@ -0,0 +1,2 @@ +git remote add upstream https://github.com/MashClashXD/Hypixel-Auction-Flipper.git +git remote add upstream2 https://github.com/DuckySoLucky/Hypixel-Auction-Flipper.git diff --git a/add_remotes.sh b/add_remotes.sh new file mode 100644 index 0000000..2c6e98d --- /dev/null +++ b/add_remotes.sh @@ -0,0 +1,2 @@ +git remote add upstream https://github.com/MashClashXD/Hypixel-Auction-Flipper.git +git remote add upstream2 https://github.com/DuckySoLucky/Hypixel-Auction-Flipper.git