Signed-off-by: Greg Brockman <gdb@xxxxxxx> --- git-shell-commands/help | 7 +++++++ 1 files changed, 7 insertions(+), 0 deletions(-) create mode 100755 git-shell-commands/help diff --git a/git-shell-commands/help b/git-shell-commands/help new file mode 100755 index 0000000..a6b1a68 --- /dev/null +++ b/git-shell-commands/help @@ -0,0 +1,7 @@ +#!/bin/sh + +echo "Commands you may want to run by hand:" +ls +if tty -s; then + echo "You can leave by running 'exit'" +fi -- 1.7.0.4 -- To unsubscribe from this list: send the line "unsubscribe git" in the body of a message to majordomo@xxxxxxxxxxxxxxx More majordomo info at http://vger.kernel.org/majordomo-info.html