git-pull-all icon indicating copy to clipboard operation
git-pull-all copied to clipboard

Concurrent git pull executor for multiple git repositories.

Results 5 git-pull-all issues
Sort by recently updated
recently updated
newest added

Would be good if the tool has a recursive `-r` argument which would instruct it to go recursively in the path and search out all repos, even if they're in...

If a repository contains local modifications, not all the other repositories are pulled. i think https://github.com/tatsuyaoiw/git-pull-all/blob/master/index.js#L143 this return is not needed here, because stops the .each.

Currently it just pulls and merges the changes (which effectively updates the repository). However, it would be nice if it could also fetch the upstream repositories.

It could be useful to have a tag that excludes a directory from the list. This would avoid many 'not a git repository' in case it runs on a directory...

`$ git-pull-all -v` might be useful.