/bin/sh script with no bash specifics... IMO.

set -e at top to make it bail if any command errors. you can even call
it "git-do-my-thing" and install in your path, so its possible to call
"git do-my-thing" from the command line, it will look like a git
command (obviously, use a better name.. :-).

-- 
You received this message because you are subscribed to the Google Groups "Git 
for human beings" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to git-users+unsubscr...@googlegroups.com.
For more options, visit https://groups.google.com/groups/opt_out.

Reply via email to