Last active
September 22, 2024 14:59
-
-
Save thefloodshark/ec07b1e546f57495a0208b071d8c3659 to your computer and use it in GitHub Desktop.
Automated Update Github Repo Batch Script - run with AHK
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
pushd D:\YOUR_FOLDER\username.github.io | |
git add . | |
git commit -m auto | |
git push |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment