Sync multiple git repo at once

Use the following command in Linux will do the job:

 ls -d RepoNames* | xargs -I{} git -C {} pull

Comments

Popular posts from this blog

Java encoding : UTF-8, Big5, x-MS950-HKSCS