Created
December 30, 2020 11:56
-
-
Save gungunfebrianza/8f36a7d65df72ed01b152194b66ddc5d to your computer and use it in GitHub Desktop.
Auto Commit Github
This file contains hidden or 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
@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