Skip to content

Instantly share code, notes, and snippets.

@dherault
Created September 25, 2018 16:29
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 dherault/640a7d6677b939c8ebf33286b75177b9 to your computer and use it in GitHub Desktop.
Save dherault/640a7d6677b939c8ebf33286b75177b9 to your computer and use it in GitHub Desktop.
#!/bin/sh
[ -z "$1" ] && echo "No argument supplied" && exit 1
git add . -A
git commit -m "$*"
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment