Skip to content

Commit 5f35004

Browse files
committed
add welcome in git-repl
1 parent 48c8fd7 commit 5f35004

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

bin/git-repl

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,9 @@
11
#!/usr/bin/env bash
22

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+
37
while true; do
48
# Current branch
59
cur=`git symbolic-ref HEAD 2> /dev/null | cut -d/ -f3-`

0 commit comments

Comments
 (0)