make the git-info script not be so silly w/ remote

This commit is contained in:
David Majnemer 2010-09-20 14:28:52 -05:00
parent 71410318b9
commit dc194610e7

View file

@ -9,7 +9,9 @@ if [ $? -ne 0 ] ; then
fi
# Show various information about this git directory
echo "== Remote URL: `git remote -v`"
echo "== Remote URL: "
git remote -v
echo
echo "== Remote Branches: "
git branch -r