Skip to content

Instantly share code, notes, and snippets.

@mattConn
Created June 6, 2017 18:59
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 mattConn/b422d2a41ca05e4a723076633580b6f9 to your computer and use it in GitHub Desktop.
Save mattConn/b422d2a41ca05e4a723076633580b6f9 to your computer and use it in GitHub Desktop.
Quick git "commit -m" and push script
read input;
git add .; git commit -m "$input"; git push;
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment