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).
Asked
Active
Viewed 92 times
1 Answers
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
- 18,491
- 19
- 86
- 179
-
"You could probably ... " Sure but haven't found yet. – François Richard Jul 31 '16 at 18:13
-
@FrançoisRichard One of many solutions. There are many different ways to achieve this. I said "you could probably" meaning this is one of many possible solutions. – Charlie Fish Jul 31 '16 at 18:14