Skip to content

Instantly share code, notes, and snippets.

@neoOpus
Forked from thefloodshark/cmd_repo.bat
Created October 20, 2021 09:04
Show Gist options
  • Save neoOpus/e3b06fb3f5b84ac77b11b164cd356f14 to your computer and use it in GitHub Desktop.
Save neoOpus/e3b06fb3f5b84ac77b11b164cd356f14 to your computer and use it in GitHub Desktop.
Automated Update Github Repo Batch Script - run with AHK
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