We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 48c8fd7 + 5f35004 commit 5d06124Copy full SHA for 5d06124
bin/git-repl
@@ -1,5 +1,9 @@
1
#!/usr/bin/env bash
2
3
+git version
4
+echo "git-extras version ""$(git-extras -v)"
5
+echo "type 'ls' to ls files below current directory, '!command' to execute any command or just 'subcommand' to execute any git subcommand"
6
+
7
while true; do
8
# Current branch
9
cur=`git symbolic-ref HEAD 2> /dev/null | cut -d/ -f3-`
0 commit comments