Skip to content

Instantly share code, notes, and snippets.

@gungunfebrianza
Created December 30, 2020 11:56
Show Gist options
  • Save gungunfebrianza/8f36a7d65df72ed01b152194b66ddc5d to your computer and use it in GitHub Desktop.
Save gungunfebrianza/8f36a7d65df72ed01b152194b66ddc5d to your computer and use it in GitHub Desktop.
Auto Commit Github
@echo off
set arg1=%*
set message="%*"
git add .
git commit -m %message%
git push
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment