Skip to content

Instantly share code, notes, and snippets.

@masutaka
Created June 17, 2012 10:43
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 masutaka/2944177 to your computer and use it in GitHub Desktop.
Save masutaka/2944177 to your computer and use it in GitHub Desktop.
#!/bin/sh
if [ -n "`git diff`" ]; then
git commit -a -m "temporary commit"
fi
### End of file
@masutaka
Copy link
Author

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment