From 74d87ed2e95faa9cb0aadc5edddcc321d309b5c5 Mon Sep 17 00:00:00 2001 From: glitchlover Date: Sat, 12 Feb 2022 13:11:21 +0600 Subject: [PATCH] From laptop obsidian --- autocommit.bat.txt | 3 +++ 1 file changed, 3 insertions(+) create mode 100644 autocommit.bat.txt 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