Skip to content

Instantly share code, notes, and snippets.

@tahashieenavaz
Created May 22, 2022 12:08
Show Gist options
  • Save tahashieenavaz/22a5c750dd6f1ff4d476bb0dc7fda5c8 to your computer and use it in GitHub Desktop.
Save tahashieenavaz/22a5c750dd6f1ff4d476bb0dc7fda5c8 to your computer and use it in GitHub Desktop.
For a more productive environment in Windows you can save this file somewhere in the PATH and use one command to add, commit and push with an specific message!
set message=%1
git add .
git commit -m %message%
git push
@tahashieenavaz
Copy link
Author

Usage will be:

push "some minor changes"

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment