From 30e1f737a62740e7c641fc767baaa0cbd09baa48 Mon Sep 17 00:00:00 2001 From: c1ph3r-dev Date: Mon, 29 Jul 2024 21:16:00 -0400 Subject: [PATCH] Test for commit.bat --- commit.bat | 5 +++++ test.txt | 0 2 files changed, 5 insertions(+) create mode 100644 commit.bat create mode 100644 test.txt diff --git a/commit.bat b/commit.bat new file mode 100644 index 0000000..a530b12 --- /dev/null +++ b/commit.bat @@ -0,0 +1,5 @@ +git add . +git commit -m %1 +git push + +pause \ No newline at end of file diff --git a/test.txt b/test.txt new file mode 100644 index 0000000..e69de29