diff --git a/autocommit.bat.txt b/autocommit.bat.txt new file mode 100644 index 000000000..10582b4f9 --- /dev/null +++ b/autocommit.bat.txt @@ -0,0 +1,3 @@ +git add -u REM :: Only add tracked files +git commit -m "your commit message" REM :: Commit all your added files +git push origin hugo REM :: Branch (i.e. master) \ No newline at end of file