0

It's useful to be able to pull all the project at once , how should I do that ? thanks a lot ( how could I list all the repo of a user for example).

François Richard
  • 6,111
  • 10
  • 34
  • 66

1 Answers1

0

Did you look at the GitHub API? You could probably use the list repositories section of the API to generate a list of all the repositories on the account then use that to generate git pull commands and run through each of the repositories and run that git pull command for every url.

Charlie Fish
  • 13,172
  • 14
  • 64
  • 137