Skip to content

Commit 5b663bc

Browse files
author
Patrick Lavin
committed
add git brv script
1 parent 969dfa1 commit 5b663bc

1 file changed

Lines changed: 10 additions & 0 deletions

File tree

scripts/git-brv

Lines changed: 10 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,10 @@
1+
#!/usr/bin/env bash
2+
3+
# Print all remotes and branches
4+
5+
echo "-------------------"
6+
echo "Remotes"
7+
git remote -v
8+
echo -e "\nBranches"
9+
git branch -v
10+
echo "-------------------"

0 commit comments

Comments
 (0)