bash 現在ディレクトリ配下のディレクトリを全部git pushする

ls | xargs -r -I $ git -C ./$ push origin main

push し忘れがないか心配になった時に使う