Skip to content

Instantly share code, notes, and snippets.

@simonrw
Created September 5, 2013 22:11
Show Gist options
  • Select an option

  • Save simonrw/6456980 to your computer and use it in GitHub Desktop.

Select an option

Save simonrw/6456980 to your computer and use it in GitHub Desktop.
git-quick file for quick git commit messages
#!/usr/bin/env bash
set -e
# This runs git commit -m but allows any arguments to be compiled into the message
# instead of requiring the wrapping with quotes
git commit -m "$*"
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment