mirror of
https://github.com/NaomiAmethyst/dots.git
synced 2025-04-13 09:30:06 +00:00
make the git-info script not be so silly w/ remote
This commit is contained in:
parent
71410318b9
commit
dc194610e7
1 changed files with 3 additions and 1 deletions
4
git-info
4
git-info
|
@ -9,7 +9,9 @@ if [ $? -ne 0 ] ; then
|
||||||
fi
|
fi
|
||||||
|
|
||||||
# Show various information about this git directory
|
# Show various information about this git directory
|
||||||
echo "== Remote URL: `git remote -v`"
|
echo "== Remote URL: "
|
||||||
|
git remote -v
|
||||||
|
echo
|
||||||
|
|
||||||
echo "== Remote Branches: "
|
echo "== Remote Branches: "
|
||||||
git branch -r
|
git branch -r
|
||||||
|
|
Loading…
Add table
Reference in a new issue