From laptop obsidian

This commit is contained in:
glitchlover 2022-02-12 13:11:21 +06:00
parent 1ca0e1af5d
commit 74d87ed2e9

3
autocommit.bat.txt Normal file
View File

@ -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)