Skip to content

Instantly share code, notes, and snippets.

@jenny-codes
Last active May 9, 2019 02:16
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 jenny-codes/8862a38a72df5ed403421b251a78315e to your computer and use it in GitHub Desktop.
Save jenny-codes/8862a38a72df5ed403421b251a78315e to your computer and use it in GitHub Desktop.
#!/bin/bash
msg=${*:-'regular upload'}
git add .
git commit -m "$msg"
git push
exit 0
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment