Skip to content

Instantly share code, notes, and snippets.

@ThisIsDjonathan
Created August 18, 2018 23:55
Show Gist options
  • Save ThisIsDjonathan/3776d947ed6572fe4303513ab3b8a710 to your computer and use it in GitHub Desktop.
Save ThisIsDjonathan/3776d947ed6572fe4303513ab3b8a710 to your computer and use it in GitHub Desktop.
Auto commit by bat
cd C://Users//djodr//Documents//....
set HOME=%USERPROFILE%
git add .
git commit -m "auto commit"
git push origin master
pause
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment