Skip to content

Instantly share code, notes, and snippets.

@thefloodshark
Last active October 20, 2021 09:04
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 1 You must be signed in to fork a gist
  • Save thefloodshark/ec07b1e546f57495a0208b071d8c3659 to your computer and use it in GitHub Desktop.
Save thefloodshark/ec07b1e546f57495a0208b071d8c3659 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