do stuff with git
# do a git pull on all repositories in the current directory for a in `ls -1`; do pushd $a && git pull || popd; done;