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