How can I execute a git pull form many repositories? It's possible using GitExtension?
Asked
Active
Viewed 67 times
1 Answers
0
Assuming you mean to fetch from every branch the command is
git fetch --all
Other than there there is no auto merging strategy for such a pull.

CoasterChris
- 91
- 1
- 10