Sync multiple git repo at once Get link Facebook X Pinterest Email Other Apps By DeveloperM - March 28, 2024 Use the following command in Linux will do the job: ls -d RepoNames* | xargs -I{} git -C {} pull Read more