commit 4f98fda181f79a8f2664d94e02c46d48c5353a5b parent adbcc722094e646a2cc10a4d65849f1ecbfd5db0 Author: Byron Torres <b@torresjrjr.com> Date: Thu, 18 Mar 2021 15:40:19 +0000 Remove git fetch verbosity Diffstat:
M | sh/.rc.sh | | | 2 | +- |
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/sh/.rc.sh b/sh/.rc.sh @@ -29,7 +29,7 @@ alias gits='git status -s' alias gitss='git status -v' alias gitf=' git status ; gitl - echo ">>>" ; git fetch -v ; echo "<<<" + echo ">>>" ; git fetch ; echo "<<<" gitl ; git status '