-
-
Save neoOpus/e3b06fb3f5b84ac77b11b164cd356f14 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