pull.sh : less verbose status printing
This commit is contained in:
parent
c821c3374c
commit
7cf80cd152
2
pull.sh
2
pull.sh
@ -8,6 +8,6 @@ for d in *; do
|
|||||||
# git pull
|
# git pull
|
||||||
# git gc
|
# git gc
|
||||||
# git clean -fx
|
# git clean -fx
|
||||||
git status
|
git status -s
|
||||||
cd ..
|
cd ..
|
||||||
done
|
done
|
||||||
|
Loading…
x
Reference in New Issue
Block a user