Browse Source

Merge fix

George Jones 1 year ago
parent
commit
8db0777464
1 changed files with 2 additions and 2 deletions
  1. 2 2
      bin/gitcheck

+ 2 - 2
bin/gitcheck

@@ -79,12 +79,12 @@ for i in $* ; do
         git remote -v
     elif [ "$status" == "true" ]; then
         echo $i;
-        git branch -vv;
+        git --no-pager branch -vv;
         git status -s
         echo;
     else
         echo $i;
-        git branch -vv;
+        git --no-pager branch -vv;
         echo;
 
     fi