From 8d8fe69da16ba282256cdeaaaa5951eaf641eda1 Mon Sep 17 00:00:00 2001 From: Brett Laptop Date: Mon, 16 Jan 2023 12:53:58 -0500 Subject: [PATCH] Add commit script and library --- .gitmodules | 3 +++ commit.sh | 4 ++++ libraries/BLT | 1 + 3 files changed, 8 insertions(+) create mode 100644 .gitmodules create mode 100755 commit.sh create mode 160000 libraries/BLT diff --git a/.gitmodules b/.gitmodules new file mode 100644 index 0000000..93a8a60 --- /dev/null +++ b/.gitmodules @@ -0,0 +1,3 @@ +[submodule "libraries/BLT"] + path = libraries/BLT + url = https://git.tpgc.me/tri11paragon/BLT.git diff --git a/commit.sh b/commit.sh new file mode 100755 index 0000000..4975288 --- /dev/null +++ b/commit.sh @@ -0,0 +1,4 @@ +git add * +git commit +git push -u origin main +git push -u github main diff --git a/libraries/BLT b/libraries/BLT new file mode 160000 index 0000000..4a5c179 --- /dev/null +++ b/libraries/BLT @@ -0,0 +1 @@ +Subproject commit 4a5c1799ce210ea979f3a427939a42167eb2a2da