diff --git a/commit.bat b/commit.bat new file mode 100644 index 0000000..dfea177 --- /dev/null +++ b/commit.bat @@ -0,0 +1,8 @@ +git add . +@echo off +set /p "cm=Enter Commit Message: " +git commit -m "%cm%" +echo Ready to push to repository +pause +git push +pause \ No newline at end of file diff --git a/pull.bat b/pull.bat new file mode 100644 index 0000000..0f80eed --- /dev/null +++ b/pull.bat @@ -0,0 +1,2 @@ +git pull +pause \ No newline at end of file