Skip to content

Instantly share code, notes, and snippets.

@sailist
Created August 9, 2019 09:47
Show Gist options
  • Save sailist/647e06aa8d90bbc7c7276fa8cb6cf90a to your computer and use it in GitHub Desktop.
Save sailist/647e06aa8d90bbc7c7276fa8cb6cf90a to your computer and use it in GitHub Desktop.
git 快速提交脚本
set /p commitmsg=input commitmsg:
git add *
git commit -m %a%
git push
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment