Skip to content

Instantly share code, notes, and snippets.

Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save mariuskroh/812f05549760c5664709b3277a57a74c to your computer and use it in GitHub Desktop.
Save mariuskroh/812f05549760c5664709b3277a57a74c to your computer and use it in GitHub Desktop.
Npm script for pushing to github with custom commit message
"scripts": {
"git": "git add . && git commit -m",
"postgit": "git push --all"
},
//npm run git -- "Message of the commit"
//or
//npm run git -- Message
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment