Thread (14 messages) flat view 14 messages, 7 authors, 2016-06-15
STALE3734d

[PATCH/RFC 3/4] git-shell-commands: Add a help command

From: Greg Brockman <hidden>
Date: 2016-06-15 22:49:07
Subsystem: the rest · Maintainer: Linus Torvalds

Signed-off-by: Greg Brockman <redacted>
---
 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
Keyboard shortcuts
hback out one level
jnext message in thread
kprevious message in thread
ldrill in
Escclose help / fold thread tree
?toggle this help