Skip to content

Commit dc19461

Browse files
committed
make the git-info script not be so silly w/ remote
1 parent 7141031 commit dc19461

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

git-info

+3-1
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,9 @@ if [ $? -ne 0 ] ; then
99
fi
1010

1111
# Show various information about this git directory
12-
echo "== Remote URL: `git remote -v`"
12+
echo "== Remote URL: "
13+
git remote -v
14+
echo
1315

1416
echo "== Remote Branches: "
1517
git branch -r

0 commit comments

Comments
 (0)