diff --git a/git-info b/git-info index 512d641..e69327a 100755 --- a/git-info +++ b/git-info @@ -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