サブフォルダにGitコマンドを実行する


for d in . ; do (cd "$d" && git pull && git fetch --prune); done