Skip to content

Instantly share code, notes, and snippets.

@jenny-codes
Last active May 9, 2019 02:16
Embed
What would you like to do?
#!/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